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
The Search for History’s Lost Slave Ships | Podcast | Overheard at National Geographic
When you dive, it’s a completely different world. The first time I ever saw a National Geographic explorer and storytelling fellow, Tara Roberts, wasn’t at headquarters; it was on YouTube last year. Tara was in a Nacho video about a group of Black scuba d…
How To Use The Content Tab
Hi, I’m Dave from Khan Academy, and I want to show you how you can preview and make assignments from right within the Teacher Dashboard. So let’s take a look at how the Content tab works. From your Teacher homepage, click into a class, and you’ll see th…
See How Syrian Zoo Animals Escaped a War-Ravaged City | National Geographic
[Music] This is what we hoped for because this was a dangerous mission. This was people who risk their lives to go in and help these animals. These animals really suffer not only from lack of food, medicine, and water, but also from the military conflict …
The Black Hole Bomb and Black Hole Civilizations
Black holes are the largest collections of pure violent energy in the universe. If you come too close, they’ll devour you and add your energy to their collection. And so, the energy is lost to us forever. Or is it? It turns out there’s a universe cheat co…
Meet The $700,000,000 Man Who Lost Everything | Dave Ramsey
I’m an entrepreneur. This is going to work. It didn’t. It didn’t. It didn’t. It didn’t. It didn’t. And then you put something out there that you kind of thought, “Yeah,” and then it goes big and you got, “Crap, I don’t know nothing.” You know, so you just…
Deriving formula for centripetal acceleration from angular velocity | AP Physics 1 | Khan Academy
[Instructor] In multiple videos we have already talked about if something is moving in a circular motion at a fixed speed, its velocity is constantly changing. Why is that? Because velocity is a vector, and a vector has not just a magnitude, which would…