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
The Global Economic Trends Post-Election | Explorer
Where do you see things now that we’re about a month in? I would actually distinguish between what we actually see in the markets and the story that Wall Street is telling. The story that Wall Street is telling is all optimistic. We’re going to have all …
Analyzing graphs of exponential functions: negative initial value | High School Math | Khan Academy
So we have a graph here of the function ( f(x) ) and I’m telling you right now that ( f(x) ) is going to be an exponential function. It looks like one, but it’s even nicer. When someone tells you that, and our goal in this video is to figure out at what (…
HOW TO PICK A COLOGNE - Scentual Science - Smarter Every Day 125
Hey, it’s me Destin. Welcome back to Smarter Every Day. This is my buddy Ben, and he got a new toy, so we’re gonna try to shoot with this. Just because we want to try it. Show ‘em what it does. Do I have to stand right here? (Ben) Yes. OK, here we go. …
Khan Stories: Jason Spyres
Um, my name is Jason Spires. It’s nice to be able to use that name because for many years, the only name that mattered in my life was Mr. K-99397 because that was my prison number. Unfortunately, at a very young age, I made a stupid decision to sell canna…
Why I'm NOT Investing in Bitcoin! | Shark Tank's Kevin O'Leary & Anthony Pompliano
You you and I originally clashed, if you want to call it that, around a topic that you’re so engrained with. It’s part of your brand; it’s bitcoin. I’m like everybody else saying, “If it works, I should own some,” but frankly all I’ve seen so far is volat…
How I make SIX FIGURES from posting Real Estate listings on Craigslist
What’s up you guys, it’s Graham here. So, some of you may already know, I pretty much built my entire real estate business by posting leases on Craigslist. From that, I’ve been able to make over six figures per year consistently from clients that I’ve ori…