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
Natascha McElhone: Playing Elizabeth Hopkins | Saints & Strangers
Elizabeth is a stranger. She’s not a program. She should even come for religious reasons, and this is indicative of the age and the era, 1620s. Uh, Elizabeth is introduced and is in the story largely because of her husband, Steven Hopkins. She comes with…
Why your ego is (slowly) ruining your life
This video is sponsored by Squarespace. Almost every single self-improvement YouTuber, self-improvement book, and motivational speaker will tell you how important it is to have confidence. Confidence in yourself, confidence in everything that you do. They…
Breaking Addiction is Socially Unacceptable
If you drink alcohol or if you take some kind of drug regularly, tried to follow any thought experiment. What events do you most look forward to? I will bet you there are the events where you get to do these things. So if you drink alcohol, you look forwa…
Meet the preposition | The parts of speech | Grammar | Khan Academy
Hey Garans, I want to talk about prepositions. But before I do, I’m going to draw you a little hamster. Is it a hamster? Is it a tiny bear? Who knows? We’re just going to call it a hamster, a little, little rodent-type creature. Now, I’m going to use thi…
Using quotation marks in titles | Punctuation | Khan Academy
Hello grammarians! Hello, Paige! Hi, David! So, today we’re going to be talking about quotation marks. What are they and what do they do? Paige Finch: We use quotation marks to indicate when someone is speaking, right? So if we’re writing dialogue, we ca…
Khan Academy Student Demo
Hi everyone, this is Jeremy Shiffling from Khan Academy. Thanks so much for taking time to join me in this big week, either before the start of school or in the middle of the start of school, depending on where you’re calling from. But wherever you are in…