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
How the End of the Cold War Led to Birth of the International Space Station | Rewind the '90s
NARRATOR: Our story opens with revolution. After decades of cold war, the mighty Soviet empire is collapsing. MAN: The wall is effectively down. NARRATOR: Just weeks before the 90s begin, the most famous symbol of the political divide between east and w…
The 7 Money Traps That Keep You Poor
What’s up you guys? It’s Graham here. So, no surprise, investing throughout this last year has been one of the most eye-opening experiences for so many people in a very long time. In a span of 365 days, we’ve seen some of the worst single-day point drops …
How Are Businesses Applying Digital Currencies? | Anthony Pompliano
What is Circle? And then talk to us about the suite of products that you guys have built for various financial organizations to use. Yeah, no problem, thank you! Yeah, so Circle is a global financial technology firm. We’ve been operating in the crypto an…
The History of Vlad the Impaler | Atlas of Cursed Places
MAN: Transylvania, the name conjures it all—dense pine, impassable, craggy cliffs, thick ground fog. This is the mythic forest of your childhood nightmare. Bran Castle, billed as the last standing relic of a man some call Dracula. The story goes that Roma…
Introduction to vector components | Vectors | Precalculus | Khan Academy
In other videos, we have talked about how a vector can be completely defined by a magnitude and a direction. You need both. Here we have done that; we have said that the magnitude of vector A is equal to three units. These parallel lines here on both side…
A Look at the Whimsical Life of a Traveling Showman | Short Film Showcase
[Music] [Music] Roll up, roll up, roll up! So, a lifetime is about to begin. I’ve been an entertainer for getting on for 45 years. It’s a whole lifetime. I’m beginning to feel that at least now I know something about the business. Occasionally, I take tim…