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
Zeros of polynomials: plotting zeros | Polynomial graphs | Algebra 2 | Khan Academy
We’re told we want to find the zeros of this polynomial, and they give us the polynomial right over here, and it’s in factored form. They say plot all the zeros or the x-intercepts of the polynomial in the interactive graph. This is a screenshot from Khan…
15 Ways to Avoid Looking Weak
Gaining respect and moving things along requires confidence. Today’s world moves quickly, and decisions are made in the blink of an eye. The last thing you need in such a cutthroat world is to undercut yourself, but that’s what many of us do when we commu…
Safari Live - Day 269 | National Geographic
This program features live coverage of an African safari and may include animal kills and carcasses. Viewer discretion is advised. Hello, hello and good afternoon and welcome to the sunset Safari where I’ve got some very exciting news and I will tell you…
TIL: Whale Poop Freshens Our Air | Today I Learned
[Music] Did you know that every time you breathe you need to be grateful to whale poop? It’s true! Whales dive to the depth to feed, and then they come back after the [Music] surface. As they come back up to breathe, they poop. When they poop, they bring …
Rate problems
[Instructor] So we’re told that Lynnette can wash 95 cars in five days. How many cars can Lynnette wash in 11 days? So like always, pause this video and see if you can figure this out. The way that I would like to tackle it is given the information they…
Single replacement reactions | Chemistry | Khan Academy
If you put a copper wire in this silver nitrate solution, then you’ll get this beautiful reaction. But instead of copper, if you were to put a wire of gold in the same silver nitrate solution, the same solution as before, this time nothing would happen—no…