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
Chasing Wolverines With Help From Ultra-Runners | National Geographic
[Music] This place is right on the fringe of so many important carnivore species’ habitat. In February of 2014, a camera trap here that the Department of Wildlife Resources had set up captured a wolverine on camera. That was the first time that had happen…
War is Madness | A Stoic Warning to the World
Man, naturally the gentlest class of being, is not ashamed to revel in the blood of others, to wage war, and to entrust the waging of war to his sons, when even dumb beasts and wild beasts keep the peace with one another. The ancient Greeks and Romans wer…
Beginning of the Greco Persian Wars | World History | Khan Academy
This right here is a map of the Persian Empire in 490 BCE before the Common Era, and you see that it is an extensive empire. It was established by Cyrus the Great and then his successors. We talked about it in previous videos, how they were able to conque…
What Is The Resolution Of The Eye?
Hey, Vsauce. Michael here. I am at the White House, in America’s capital, Washington, D.C. America makes a lot of feature films every year - Hollywood. But they don’t make the most feature films every year. Nigeria makes more. But the country that makes t…
Ingrown Toenail Surgery- WARNING GROSS with Pain-O-Meter
Anyone who’s ever had an ingrown toenail knows it’s no joke. You’ll do anything. [Music] You ready? Yeah, okay. You can get a thermal appearance. You wanna do it? Happy thoughts. So how’s your project going? It worked! Oh well, I’m recording. I’m goi…
Climate Change 101 with Bill Nye | National Geographic
[Music] We hear it so much that it feels like a buzzword, but it is far from it. Climate change is a real and serious issue. But isn’t the climate always changing? What exactly is climate changing? Why should we care? Well, the Earth’s climate has change…