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
Watch a Masterpiece Emerge from a Solid Block of Stone | Short Film Showcase
I always find that you have to be a bit mad to become a stone carver. I mean, this isn’t the Renaissance anymore. Stone isn’t a primary building material anymore. Why, why would you go into an industry? Why would you go into a profession that is expensive…
Weak acid equilibria | Acids and bases | AP Chemistry | Khan Academy
Before we get into the topic of weak acid equilibria, let’s look at a strong acid first. So let’s say that H A is a strong acid and reacts with water to produce the hydronium ion and A minus, the conjugate base. 2H A—technically, the reaction comes to an…
How Did the 'Unsinkable' Titanic End Up at the Bottom of the Ocean? | National Geographic
It took three years to build and less than three hours to sink. The most iconic shipwreck in history, the Titanic, held as the most beautiful and luxurious boat of her time. The Titanic set sail once and for all from Southampton, England, to New York City…
Strategy in finding limits | Limits and continuity | AP Calculus AB | Khan Academy
Multiple videos and exercises we cover the various techniques for finding limits, but sometimes it’s helpful to think about strategies for determining which technique to use, and that’s what we’re going to cover in this video. What you see here is a flowc…
How To Get Rich According To Jay Z
There are a million ways to make a million dollars, and this is one of them. You guys asked for it, so here’s how to get rich according to Jay-Z, the rap industry’s first billionaire. Jay-Z is at the moment worth a staggering 2.5 billion US Dollars. Smart…
Why Bitcoin Is Property To Financial Institutions | FT. Anthony Pompliano
I’ve got two of my brothers here. I don’t think you’ve ever met them before, so be careful because they’re way smarter and better looking than me. But they got questions for you as well. I’ll go first. Kevin, thanks for doing this. And, uh, now that we’v…