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
why you understand English but CAN'T speak fluently
As you can probably tell from my accent and from my grammar mistakes, I’m not a native English speaker. I became fluent in English by watching YouTube videos and practicing by myself, and I always get comments like, “I can understand you, but I cannot tal…
How to become a strong negotiator!
Best place to learn your negotiating skills is with your boyfriend, girlfriend, husband, wife, your kids, your parents. That’s the place you fight like hell, and then you make up right after that. But at least, hopefully, you’ve learned something about it…
Area of an isosceles triangle
Pause this video and see if you can find the area of this triangle. I’ll give you two hints: recognize this is an isosceles triangle, and another hint is that the Pythagorean theorem might be useful. All right, now let’s work through this together. So we…
Could Your Phone Hurt You? Electromagnetic Pollution
Electricity is all around us all the time. It makes our lives easier, safer, more fun, and most of us never think about it. But is there such a thing as too much electricity? Could the thing that is the foundation of the modern world slowly be killing us?…
3 Ways the World Order is Changing
I’m desperately trying to pass along, uh, my thoughts to help you to understand how the world order is changing. Um, and it’s changing in three very important ways. It’s changing financially and economically in important ways that you could see. It’s chan…
Golden Age of Athens, Pericles and Greek Culture | World History | Khan Academy
In other videos, we’ve already talked about how Classical Greece has had an immeasurable impact, not just on Western Civilization, but on civilization as a whole. In order to understand the period that we call Classical Greece, it’s valuable to place it i…