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 Much Money MrBeast Makes | The Full Story
If he can make a three-pointer, I’ll tell you how much I make off YouTube. Well, I never thought that this would happen. And no, I’m not talking about being stuck inside of a makeshift jail cell, but instead getting an inside look into the business of one…
Investing in Real Estate just got a LOT more difficult…
What’s up you guys? It’s Graham here. So, I figured I would make this video to give you guys a first-hand perspective of what it’s like as a real estate investor, what goes on behind the scenes, and a little bit about my thought process when it comes to i…
What's the World's Most Littered Plastic Item? Cigarette Butts | National Geographic
This routine is iconic, and let’s forget two health issues; that’s obvious. We’re gonna focus on this part right here. It seems that cigarette litter is the last acceptable form of littering. It’s also one of the most littered plastic items on this planet…
Indonesia's Coral Reefs - 360 | Into Water
Oceans are critical to keeping our global ecosystem in balance. They are home to hundreds of thousands of species, many of which are under threat. There are millions of people whose day-to-day survival depends on their continued health. [Music] My connec…
Finishing the intro lagrange multiplier example
So, in the last two videos, we were talking about this constrained optimization problem where we want to maximize a certain function on a certain set: the set of all points ( x, y ) where ( x^2 + y^2 = 1 ). We ended up working out, through some nice geom…
Identifying key features of exponential functions | Algebra 1 (TX TEKS) | Khan Academy
We’re told to consider the exponential function f where f of x is equal to 3 * 12 to the power of x. Now they ask us several questions about the y-intercept of f, the common ratio of f, and what is the equation of the asymptote of f. So pause this video a…