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
I Accidentally Photographed Something Unknown During the Eclipse - Smarter Every Day 298
During the 2024 total solar eclipse, I captured something I haven’t been able to identify. See if you can see it. [Other people talking] Coming out. Oh, Bailey’s Beads! Diamond Ring! [Other people cheering in the background] “WHEEWWW!” [Destin] D…
How to get your life back together (+exact action plan)
This video is brought to you by Squarespace. From websites, online stores, and marketing tools, and analytics, Squarespace is the all-in-one platform to build your beautiful online presence and run your business. It’s been a month since the new year start…
Climate Change is Boring
Climate change is boring. Don’t get me wrong. It is incredibly important. It is just that the story of climate change is not especially compelling. And that is when the carbon dioxide concentration reached 400 parts per million. When I started making thi…
The 5 WORST MISTAKES you can make if the Real Estate Market DROPS
What’s up you guys? It’s Graham here. So, I think we all know that inevitably, at some point in the future, the real estate market will drop in price. Whether that’s a few months from now, a few years from now, maybe a decade from now, maybe the market go…
Shaving Foam | Ingredients With George Zaidan (Episode 3)
[Applause] What’s in here? What’s it do? And can I make it from scratch? It’s a inside ingredients. First things first, these are not shaving cream; they’re actually shaving foam. Shaving cream is more like face cream, and that deserves its own episode a…
Introduction to proportional relationships | 7th grade | Khan Academy
In this video, we are going to talk about proportional relationships, and these are relationships between two variables where the ratio between the variables is equivalent. Now, if that sounds complex or a little bit fancy, it’ll hopefully seem a little b…