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
Dipole–dipole forces | Intermolecular forces and properties | AP Chemistry | Khan Academy
So, I have these two molecules here: propane on the left and acetaldehyde here on the right. We’ve already calculated their molar masses for you, and you see that they have very close molar masses. Based on what you see in front of you, which of these do …
Worked example: limit comparison test | Series | AP Calculus BC | Khan Academy
So we’re given a series here and they say what series should we use in the limit comparison test. Let me underline that: the limit comparison test in order to determine whether ( S ) converges. So let’s just remind ourselves about the limit comparison te…
Visualizing division with arrays
[Instructor] We have three different pictures here, and my question to get us warmed up is which of these could represent 20 divided by four? Pause this video and see if you can figure that out. All right, so let’s go through each of these. And, actuall…
9 Scenarios Where WALKING AWAY IS THE BEST CHOICE | STOICISM
[Music] There comes a time in life when continuing in a circumstance seems like a steady eroding of your spirit, eroding your happiness, your health, and your sense of self. This is a quiet warning that something has to change. It is not a weakness; you c…
The Global Economic Trends Post-Election | Explorer
Where do you see things now that we’re about a month in? I would actually distinguish between what we actually see in the markets and the story that Wall Street is telling. The story that Wall Street is telling is all optimistic. We’re going to have all …
Buddhism | World History | Khan Academy
We’re now going to talk about one of the most significant figures in all of human history, and that is Sedara Gotha, who would later be known as Buddha, as the Awakened One or the Enlightened One. Now, before we get into his life, let’s think about the co…