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
Ray Dalio on the Keys to Success
What are some of the keys to success? And beyond success, fulfilling success to a fulfilled life that you’ve seen in your experience? Well, I think you have to define what success is for yourself. I don’t think it’s the accoutrements of, um, necessarily …
Anxious | Vocabulary | Khan Academy
Oh boy, oh geez, wordsmiths, I’m not feeling so hot about this word. I tell you what. The word is anxious, or if you prefer, anxious. It’s an adjective that means very worried. You might have seen it in its noun form, anxiety, which is the state of being …
How India Influenced South African Cuisine | Gordon Ramsay: Uncharted
[Narrator] Gordon Ramsay is heading to Kwazulu-Natal, South Africa, to learn the secrets of Zulu cuisine. But how the region developed some of its signature dishes reveals a deeper and darker history. In just one stroll through a spice market in Durban, S…
Canada's Wild Rivers - 360 | Into Water
Freshwater ecosystems are a lifeline to our very existence. They support immense biodiversity, provide clean drinking water, and are powerful places where we can connect to both nature and ourselves. I’m Dalal Hannah, I’m a freshwater ecologist and Natio…
Intro to determinant notation and computation | Matrices | Precalculus | Khan Academy
In this video, we’re going to talk about something called determinants of matrices. So I’ll start just telling you the notation and how do you compute it, and then we’ll think about ways that you can interpret it. So let’s give ourselves a 2 by 2 matrix …
Adding decimals with thousandths | Adding decimals | Grade 5 (TX TEKS) | Khan Academy
So what we have here are two questions where they’re asking us to add decimals. So pause this video and have a go at this before we do this together. All right, so let’s tackle this first question up here. What I like to do is line up these numbers based…