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
Mapping the Future of Global Civilization | Nat Geo Live
That world of political geography is not going away. But, at the same time, we are engaging in this topographical engineering. These very robust engineering systems by which we modify the planet to suit what we want it to do, what our various economic and…
Feathers in Flight: The Bird Genoscape Project | National Geographic
We are on the Kern River Preserve. It’s beautiful to walk on the preserve this time of year. The mornings are really cool. This time of year is also amazing because you’re hearing all the bird song earlier in the morning. The willow flycatcher is this sma…
Example finding distance with Pythagorean theorem
We are asked what is the distance between the following points, so pause this video and see if you can figure it out. Well, there are multiple ways to think about it. The way I think about it is really to try to draw a right triangle where these points, w…
Multivariable chain rule intuition
So, in the last video, I introduced this multi-variable chain rule, and here, I want to explain a loose intuition for why it’s true, why you would expect something like this to happen. The way you think about an expression like this, you have this multiv…
Limits from tables for oscillating functions
The function h is defined over the real numbers. This table gives a few values of h. So they give us for different x values what is the value of h of x. What is a reasonable estimate for the limit of h of x as x approaches one? So with the table, we can …
The Cure To Laziness (This Could Change Your Life) | Marcus Aurelius | Stoic | Stoicism
[Music] In the heart of a bustling city, a single decision by Marcus Aurelius over 2,000 years ago still echoes. The profound impact of stoic philosophy on our lives today is immense. This ancient wisdom teaches us not just to endure life’s storms, but to…