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
Is This Literally The Best Investing Strategy that Exists?
We’re now almost halfway through 2023, and while we’ve seen inflation cool in recent times, there’s no doubt we’re still battling with high interest rates, which ultimately put the brakes on the economy and slow business. While this kind of environment is…
The solar system | Earth in space | Middle school Earth and space science | Khan Academy
The Earth isn’t flat, but the solar system is about 4.6 billion years old. The material that makes up our solar system was in the form of a nebula, which is pretty much a big cloud of gas and dust in space. Gravity flattened this material into a disc, lik…
Escobar's Teenage Assassins | Facing Escobar
When I arrived in Colombia, it didn’t take me very long to realize that I didn’t know a thing about Colombia. Bombs were going off everywhere, people getting killed left and right. By the time I was there, maybe a year, I was obsessed with Pablo. I mean, …
Is The 5-Second Rule True?
Hey, Vsauce. Michael here. And bananas are fantastic. They’re actually one of the most radioactive foods we regularly eat. Sometimes they’re difficult to peel from the top. One of my favorite ways to avoid that is to simply hold the banana and snap it in …
Origins of the Dragon | StarTalk
How good could be unless it’s got dragons? It’s no fantasy unless you have a dragon. Yeah, you need the dragon. Yeah. You need the dragons. And in my home institution, the American Museum of Natural History, we had an exhibit a few years ago that was al…
Minority Rule: First Past the Post Voting
Welcome to the problem with first past the post voting explained by me, C. G. P. Grey. The royal family has a problem. But this isn’t just any royal family; these are the lions — rulers of the jungle since time immemorial. There are protests over the mona…