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
Place value blocks | Math | 4th grade | Khan Academy
What number is shown by the place value blocks? So here we have several sets of place value blocks, some with many, many, many blocks, and some with just single blocks stacked on top of each other. We want to know what number is represented by all of the…
Long run supply when industry costs are increasing or decreasing | Microeconomics | Khan Academy
What we have here we can view as the long run equilibrium or long run steady state for a perfectly competitive market. Let’s say this is the market for apples and it was this idealized perfectly competitive situation where we have many firms producing. Th…
Analyzing an author's purpose | Reading | Khan Academy
Hello readers. Today we are going on a dangerous journey inside the mind of the author. Every piece of text is written for a purpose, and especially in informational texts, every author structures their texts, words, and their ideas with that purpose in m…
How Does The James Webb Space Telescope Work? - Smarter Every Day 262
This is my dad, and he’s about to finish this major job you’ve been working on, which is the James Webb Space Telescope? Sun shield for the James Webb Space Telescope. Hey, it’s me, Destin, welcome back to Smarter Every Day. The James Webb Space Telescope…
Experience a Historical Russian Bathhouse | National Geographic
Now, Russians didn’t come up with the idea of public baths; the Romans did that. But Russians did take the bathing ritual to a whole new level. Today, we’re here in St. Petersburg at the old Cossack baths. They were built in 1879 and since then have seen …
Sketching exponentials
Now I want to show you a really useful manual skill that you can use when you have voltages that look like exponentials. We’re going to talk about this exponential curve here that’s generated as part of the natural response of this RC circuit. We worked …