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
Episode 2 Recap | MARS [Spoilers]
Previously on Mars. I will miss my sister; she’s my heart and soul. For something like this to work, it has to be personal. We had traveled further than anyone ever had to get to Mars. But before we even entered Mars’ atmosphere, it was like she was tryin…
This Clown Philosopher Lives in a Wonderful, Whimsical World | Short Film Showcase
[Music] Yod Vav shkodra yeah do CPR on a boulevardier pervert a miracle mr. lavalla mira que dios famous BDSM ha ha Mazama yep knocking children [Music] staros the second coaches plasma s which he’ll long as a machinist decision he just melted if you will…
A trick that always works...
This is a self-working card trick I learned from Ash Marlo 52 on Instagram. In this video I’m going to show you how to do the trick. In today’s other video, I explain why it always works. Have someone deal out four piles of four cards each, and then have…
I Found The WORST Financial Advice On TikTok
What’s up guys, it’s Graham here. So, over these last few months, there’s been a wave of articles warning about the dangers of taking financial advice from TikTok. Because I gotta say, some of these videos are just hilariously wrong and could even land yo…
An Icy Challenge, Accepted | StarTalk
So check this out. You guys are both athletes. So I read this great article, and it was talking about how athletes are able to deal with pain unlike regular people. Non-athletes cannot deal with pain the way athletes. So it’s real. Because I was suspectin…
Light dependent reactions actors
In a previous video, we gave an overview of the light-dependent reactions, which are essentially occurring across the thylakoid membranes. Right, and we zoomed in on one, and we saw, okay, we have some energy from light exciting the electrons within the c…