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
Charlie Munger: “An idiot could diversify their portfolio"
And of course, I’m out performing everybody. I’m 95 years old and I frankly never have a transaction. The answer is I’m right and they’re wrong, and that’s why it’s worked for me and not for them. I always knew from the very first, I was a little boy, th…
Area of a circle | Perimeter, area, and volume | Geometry | Khan Academy
[Teacher] A candy machine creates small chocolate wafers in the shape of circular discs. The diameter, the diameter of each wafer is 16 millimeters. What is the area of each candy? So, the candy, they say it’s the shape of circular discs. And they tell …
Time on a number line example
We’re told to look at the following number line, and this number line we actually have times on it, so you could even call it a timeline. We’re starting at one o’clock here. Then we go to 1:15, 1:30, 1:45, then 2 o’clock. It says, “What time is shown on t…
Derivation of the mirror equation | Geometric optics | Physics | Khan Academy
So imagine you’ve got an object sitting in front of this concave mirror. If you wanted to figure out where the image is formed, you can draw ray tracings. One ray you can draw is a parallel ray that goes through the focal point, but these rays are reversi…
We Don’t Want Pleasure; We Just Want the Pain to End
Pleasure. We’re all after it in some way or another. Some limit themselves or are limited to simple pleasures. Others live lavishly, spending fortunes indulging in expensive delights just to experience a bit of satisfaction – and our consumerist culture e…
Math's Fundamental Flaw
There is a hole at the bottom of math, a hole that means we will never know everything with certainty. There will always be true statements that cannot be proven. Now, no one knows what those statements are exactly, but they could be something like the T…