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
2015 AP Physics 1 free response 4
Two identical spheres are released from a device at time equals zero from the same height ( h ), as shown above. Sphere A has no initial velocity and falls straight down. Sphere B is given an initial horizontal velocity of magnitude ( v_0 ) and travels a …
Discussing Reincarnation in Hinduism | The Story of God
[Music] We think of Hinduism as having reincarnation and life after life after life. But there is really an end to that. That they’re hoping and seeking, which is to go to enlightenment. So once they’ve gone through enough, and I guess learned enough, th…
Writing equations of perpendicular lines (example 2) | High School Math | Khan Academy
Find the equation of a line perpendicular to this line that passes through the point (2, 8). So this first piece of information, that it’s perpendicular to that line right over there, what does that tell us? Well, if it’s perpendicular to this line, its …
The only way to stop being broke
There’s a very good chance that if you’re watching this video and you are a person who lives in the year 2023, you don’t have as much money as you probably want to have. It’s difficult times right now. I’ve always been pretty good at making money. I’ve al…
TAOISM | The Philosophy Of Flow
That which offers no resistance, overcomes the hardest substances. That which offers no resistance can enter where there is no space. Few in the world can comprehend the teaching without words, or understand the value of non-action. — Lao Tzu There’s no…
The Trouble with Transporters
In Star Trek, the transporter moves you from one spot to another, saving on shuttle fuel (and special effects budgets). In-universe, it’s ‘the safest way to travel’. Yes, sometimes, two guys die horrible, mutilated deaths under rare circumstances… but tri…