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
Rotations: graph to algebraic rule | Transformational geometry | Grade 8 (TX) | Khan Academy
We’re told that Eduardo rotated triangle ABC by 90 degrees clockwise about the origin to create triangle A’B’C’. So what Eduardo did is took this triangle right over here, rotated it 90° clockwise. So it’s rotating at 90 degrees clockwise about the origin…
Generational and lifecycle effects on political ideology | US government and civics | Khan Academy
What we’re going to talk about in this video is how political and cultural events might have an influence on someone’s political ideology. So let’s make this a little bit concrete. Political scientists will sometimes have various classifications for thes…
Crisis | Vocabulary | Khan Academy
Wordsmiths, we’re in it now, you and I. The situation has become very serious. You might even say it’s a crisis. Yes, crisis is the word we’re going to be looking at in this video. Crisis, it’s a noun. It means a tipping point, a very dangerous period or …
The Infinite Zoetrope - Smarter Every Day 90
Hey, it’s me Destin. Welcome back to Smarter Every Day! So, I’m in a—not a strange—oh, it’s a golden play button that can only mean one thing: somebody famous! Quite famous, doesn’t say. Yeah, so this is Mystery Guitar Man. If you’ve checked out YouTube…
Worked example: estimating sin(0.4) using Lagrange error bound | AP Calculus BC | Khan Academy
Estimating the sign of 0.4 using a McLaurin polynomial, what is the least degree of the polynomial that assures an error smaller than 0.001? So, what are we talking about here? Well, we could take some function and estimate it with an Nth degree McLaurin…
What It's Like to Make a Show About the Islamic State | The State
We carried out about 18 months of research for the state National Geographic drama. We had a team of researchers based in Britain working internationally. There’s a huge amount of material on social media. There’s a huge amount of video material posted by…