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
Hydrogen bonding | Intermolecular forces and properties | AP Chemistry | Khan Academy
Let’s talk about hydrogen bonds. Depicted here, I have three different types of molecules. On the left, I have ammonia; each ammonia molecule has one nitrogen bonded to three hydrogens. In the middle, I have something you’re probably very familiar with. I…
How The Stock Exchange Works (For Dummies)
What is the Stock Exchange and how does it work? The Stock Exchange is nothing more than a giant globally network tend to organize the market place where every day huge sums of money are moved back and forth. In total over sixty trillion (60,000,000,000,0…
I f***ed up by not buying this house (the one that got away)
And here I am. I would have been able to either buy it at ninety-six thousand dollars and get free insurance money to fix it up, or I could renegotiate the price, taking it as is, fix it up myself, and probably made, right there, just easily, just right t…
Making Backwoods Glue | Live Free or Die
Nutria are rodents that were first brought to America to be farmed for their thick fur. Now they’re hunted for their meat, but to find them, Thorn has to head downriver to the marshlands. Fortunately for me, I already have a boat; I’m just trying to make …
Believe the no, but not the why.
There are a couple pieces of advice that we give to YC founders when talking to investors. I think the first is: believe the “no,” but don’t believe the “why.” You’re going to get a lot of “no”s when pitching, and more often than not, the investor will no…
Sample size for a given margin of error for a mean | AP Statistics | Khan Academy
Nadia wants to create a confidence interval to estimate the mean driving range for her company’s new electric vehicle. She wants the margin of error to be no more than 10 kilometers at a 90 percent level of confidence. A pilot study suggests that the driv…