yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Learn to code in 60 seconds #programming #computerscience #python #khanacademy


less than 1m read
·Nov 10, 2024

Learn to code in 60 seconds. A program is a coded set of instructions for a computer to execute. Programs manipulate data, which come in several data types: integers, that's whole numbers; floats, have decimal points; booleans, true or false; and strings, of characters (don't forget the quotation marks).

Need to store a piece of data for later use? A variable names its location and points to it. Have a bunch of data? Organize it with a data structure. Lists store data in an ordered sequence, but we start counting at an index of zero. Dictionaries associate each piece of data with a key for easy lookup.

To make decisions in a program, ask a question with a Boolean expression. Then, choose which path to take with an if statement. To repeat a code routine, use a loop. A while loop repeats until the answer to your question becomes false. A for loop repeats a fixed number of times.

Have a lot of code? Break it down into smaller tasks with functions. Customize the function with input arguments and call the function to execute its task. Did you catch all that? Take it at your own pace with Khan Academy's intro to computer science course.

More Articles

View All
15 Things Not Worth Your Time
Today, we’re focusing on saving your most precious asset: time. We’ve compiled a list of 15 things that are simply not worth the seconds ticking away on your life’s clock. Let’s dive in. Welcome to Alux. First up, chasing approval. Chasing approval is a …
Guided meditation for students
Welcome and thanks for joining me on this. Let’s call it a voyage of the mind. So before we begin, posture and breathing make a big difference in meditation. So if you’re not already on a nice firm chair with your back straight, pause this recording and g…
Expression for compound or exponential growth
You put $3,800 in a savings account. The bank will provide 1.8% interest on the money in the account every year. Another way of saying that is that the money in the savings account will grow by 1.8% per year. Write an expression that describes how much m…
Remove the Dams to Save the Salmon? | Short Film Showcase
[Music] [Music] If you think about the way a river works in a landscape, it essentially functions as the circulatory system. It drains the waste products off of the land, and that sediment is the stuff that basically structures habitat in rivers. Then, on…
Here’s how you can leverage yourself to have a better work-life balance
Gabby: “Este, and many of you have asked how do you approach the work-life balance? Is it better to spend more time on work, more time on family? I want to emphasize that you can have, uh, the most of both. I found in life that when faced with the proble…
LearnStorm Growth Mindset: Dr. Michael Merzenich on growing your brain
But we’ve actually trained athletes, you could say, on the sort of academic side of training you would not necessarily imagine. And guess what? It improves our performance on the field. What’s happening for a couple of reasons. One reason is that you’re …