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
BEST IMAGES OF THE WEEK: IMG! episode 3
Pajamas for puppies and Weird Al approved accordion hero! I look like this because it’s episode 3 of [Music] IMG. Whoa, not so fast! Caution: wet floor! Batman, last week we saw the world’s smallest living frog. Well, this week Visualize Us showed us the…
What If the Electoral College is Tied?
The United States picks its president with the Electoral College, 538 votes distributed by population (mostly) to the 50 States and DC. To become president, you need to win a majority of those votes. But, 538 is an even number, so what happens when the ra…
Teaching Social Studies with Khanmigo
Hi, I’m Michelle, a professional learning specialist here at KH Academy and a former classroom teacher just like you. Meet K Migo, your AI-driven companion who’s revolutionizing teaching for a more engaging and efficient experience. Kigo has many exciting…
Good Explanations Are Hard to Vary
Brett, would you say that a scientific theory is a subset of a good explanation? Yes, they’re the testable kinds of good explanations. Falsifiable theories are actually a dime a dozen. This doesn’t tell you anything about the quality of the explanation yo…
How Not to Get Eaten by a Polar Bear | Expedition Raw
Ber is going to show us how to put the trip wire, which is supposed to protect the camp from polar bears. Nowadays, you see more polar bears on the glacier because of climate change. There is less sea ice, and they use the glaciers to transport themselves…
Angela Duckworth talks about helping children develop grit and resiliance | Homeroom with Sal
Hi everyone! Welcome to the daily homeroom live stream style here from Khan Academy. For those of you all who are new to this, this is a live stream that we’ve been doing every day since we’ve had these global school closures, just as a way to stay connec…