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
Drake Versus Sharks | Wicked Tuna
What’s going on with our little anchor problem here? Maybe we sucked it in sometimes when the boat’s drifting around. The lines go underneath the boat, the rope floats around, and gets entangled in the propeller or the rudder. When that happens, you can’t…
Sal Khan Appreciates Teachers | Dear Class Of 2020
(chiming music) [Teacher] Four plus one is? (laughing) (celebrating) Hi teachers. Sal Khan here from Khan Academy. Now I just wanted to make sure that when congratulations are being passed around that we take the time to say congratulations and tha…
Orwell - Don’t Let Them Control Your Thoughts
In /1984/, George Orwell wrote, “the two aims of the Party are to conquer the whole surface of the earth and to extinguish once and for all the possibility of independent thought.” In the novel, the authoritarian party is interested in having absolute pow…
Jamie Dimon: A "Storm is Brewing" in the US Economy
Will have other consequences possibly down the road, you know, called inflation, which may not go away like people expect. So when I look at the range of possible outcomes, you know, you can have that soft landing. I’m a little more worried that it may no…
This Greek Cave is Teeming With History—and Bodies | National Geographic
Classical Greece didn’t just come out of nowhere. If you really want to understand where the Greece of Athens, the Greece of the Acropolis, came from, you need to look way back in the past. You need to look several thousand years back in the past at place…
Gas mixtures and partial pressures | AP Chemistry | Khan Academy
In this video, we’re going to introduce ourselves to the idea of partial pressure due to ideal gases. The way to think about it is to imagine some type of a container, and you don’t just have one type of gas in that container; you have more than one type …