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
NEVER DISCUSS These 10 Subjects in order to Live a Stoic Life | Stoicism
STOICISM INSIGHTS Presents NEVER DISCUSS These 10 Subjects in order to Live a Stoic Life. Some things in this world are best left unsaid. Throughout history, powerful kingdoms and rulers have fallen from grace simply because of the exchange of one word.…
How More Efficient Fishing Can Protect the Ocean | National Geographic
[Music] All the management strategies that we have today were really developed thousands of years ago by the Pacific Islanders. Things like closed areas, closed seasons for spawning, minimum size [Music] limits. Somebody would say, like, “Oh, he’s a fishe…
We Feed People | Official Trailer | Disney+
Take a look. We’re going through very high water. Is the only way to be delivering food? I’m so glad that we had this track. I hope we are able to feed the people, but they hope we are going to be safe. Pump, I love the word cook because the word cooked …
The Evergrande Crisis Continues...
Alright guys, welcome back! It’s time for an update video on Evergrande. I told you it would be a crazy week, and it certainly was. However, Evergrande is still standing, at least for now. So let’s get up to speed on exactly where Evergrande is at with th…
15 Ways to Create GENERATIONAL WEALTH
You know, by the time 65 rolls around, only one in 100 people will be well off financially. 70% of wealthy families lose their wealth by the second generation; more so, around 90% of families lose all wealth by the third generation. So, even if you do mak…
Inverse matrices and matrix equations | Matrices | Precalculus | Khan Academy
In a previous video, we talked about how you can represent a system of equations as essentially a matrix equation. So, for example, here I have two equations with two unknowns, x and y. Well, let’s just assume that we know what a, b, p, c, d, and q, r are…