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 starting a youtube is a brilliant idea (even if no one watches)
You’re posting on YouTube, spending hours on your content, and barely getting any views or subscribers. You’re probably wondering, “Why the hell am I even bothering?” Maybe you’re looking at other creators and seeing them grow way faster, and it’s got you…
3 rules to quickly improve your life
Okay, so here are three rules to live by that will quickly improve your life. Rule number one: Follow the path of most resistance. Now, this obviously isn’t an absolute rule. Like, you probably have a lot of resistance towards driving into oncoming traff…
Warren Buffett: How to Make Your First $100,000 (5 Steps)
If you want to make your first or next one hundred thousand dollars, you need to follow these five simple lessons from Warren Buffett. The majority of content out there about Warren Buffett gets it completely wrong. That content focuses on how Warren Buff…
Why Einstein Thought Nuclear Weapons Were Impossible
Now that we have nuclear weapons and nuclear power plants, you might think that it was always inevitable that we would be able to harness the energy inside the nucleus of atoms. But that was far from the case. In fact, serious scientists thought the idea …
Service in the United States | Citizenship | High school civics | Khan Academy
[Instructor] When you think about service in the United States, what do you imagine? Most people immediately think of military service, serving in one of the branches of the Armed Forces like the Army or the Air Force, and military service is an importa…
Every Mathematical Theory Is Held Inside a Physical Substrate
There goes my solution for Zeno’s paradox, which is: before you can get all the way somewhere, you have to get halfway there. And before you can get halfway there, you have to get a quarter of the way there. And therefore, you’ll never get there. One way…