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
Uncovering the Tooth Fairy | StarTalk
So, Tooth Fairy is an interesting dilemma when you’re a parent. Because right when they’re losing teeth, they’re supremely gullible. They’ll believe basically anything you tell them, because they don’t have their own sense of the world yet. Their understa…
Perfect progressive aspect | The parts of speech | Grammar | Khan Academy
Hello, grammarians! Previously, I had covered three of the basic aspects of English, and that’s simple, perfect, and progressive. So, there’s just one more, and it’s a combination of the last two, and it’s called the perfect progressive. To recap what t…
Graphing exponential growth & decay | Mathematics I | High School Math | Khan Academy
This is from the graph basic exponential functions on KH Academy, and they ask us to graph the following exponential function. They give us the function ( H(x) = 27 \cdot \left(\frac{1}{3}\right)^x ). So our initial value is 27, and ( \frac{1}{3} ) is our…
Why Most People Will Never Be Able To Retire
Do you dream of the day when you can finally put your feet up, relax, and enjoy your golden years? Do you see yourself sitting on a comfy chair by the fireplace, reading stories to your grandkids? Well, tough luck, because most people in this generation w…
How to sell ANYTHING (without even trying)
This is exactly why those really annoying OxiClean commercials are so effective. And, like, you’re watching Comedy Central at two o’clock in the morning and those come on, and then you’re almost convinced you need one now. The reason why is because it has…
Warren Buffett: How Long Can Stocks Stay Overvalued?
If you can stay objective throughout that, if you can detach yourself temperamentally from the crowd, you get very rich and you won’t have to be very bright. I mean, I’m sure you are, but it just doesn’t take brains; it takes temperament. Investors behav…