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
Dua Lipa: The 60 Minutes Interview
Plenty of teenagers want to become pop stars, but few convince their parents to let them pack their bags and move to another country to try and make it big. That’s what Dua Lipa did when she was just 15 years old. She’d taken some singing lessons but didn…
Interwoven | Vocabulary | Khan Academy
I’ve got a twisted tale to tell you in this video, wordsmiths, because the word I want to talk about is interwoven. Interwoven, it’s an adjective, and it means twisted or joined together. It has a literal meaning, like two fibers woven into the same carpe…
Protecting the Sun Bears of Borneo | National Geographic
People in many cultures still heat Sanders as sneak, and then thunder is believed to have certain body parts that are believed to have medicine and values. For example, gallbladder Sanders play very important roles in the forest ecosystems. They play a ro…
Capturing the Year in an Instant | Podcast | Overheard at National Geographic
Uh, the fire is approaching. It’s making this really loud wind, uh, sort of howling. You can hear the fire coming over the ridge line. Uh, just in the last 20 minutes it has become visible, so it jumped the ridge and is getting closer. That’s National Ge…
What Game Theory Reveals About Life, The Universe, and Everything
This is a video about the most famous problem in game theory. Problems of this sort pop up everywhere, from nations locked in conflict to roommates doing the dishes. Even game shows have been based around this concept. Figuring out the best strategy can m…
The Painful Task of Resetting the U.S. Economy
In the past two weeks, serious difficulties at a small number of banks have emerged. Isolated banking problems, if left unaddressed, can undermine confidence in healthy banks and threaten the ability of the banking system as a whole. That is why, in respo…