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
Go Inside an Antarctic 'City' of 400,000 King Penguins — Ep. 4 | Wildlife: Resurrection Island
In one of the world’s largest King penguin colonies, chicks must be able to make it through the winter without food. This chick can expect one of three fates: be eaten alive, starve to death, or hang on one more day until their parents return with food to…
Expression for compound or exponential growth
You put $3,800 in a savings account. The bank will provide 1.8% interest on the money in the account every year. Another way of saying that is that the money in the savings account will grow by 1.8% per year. Write an expression that describes how much m…
A Conversation with Aileen Lee - Moderated by Geoff Ralston
Today I am honored to have my good friend Aileen Lee here, and we’re going to have a conversation about stuff. Yeah, well, I hope we talk about like aliens. Aileen is a very public personality in the venture world, so there’s lots of great talks she has g…
GoodBoy3000 | Khaffeine, an audio journey by Khan Academy
[Music] Every morning, your neural chip alarm goes off at 5 a.m. metropolitan standard time. You’d prefer to be woken up by the sun, but nobody in your sector of the city is allowed to venture to the upper levels to experience real sunlight. Oh well, chip…
Warren Buffett Just Sold One Of His Biggest Stocks.
Well, it’s that time of year again. The 13F filings are out, which means we get to peek inside the portfolios of the world’s best investors. If we look to the biggest, best investor of them all, Mr. Warren Buffett, there was some very intriguing activity …
The productivity hack nobody is talking about
There’s a chance that you’re trying way too hard to change your life. You’re expending all of your willpower on things that don’t require it. Let me give you an example: I’ve been playing hockey for about 20 years. I’m going to be 27 this year and I’ve be…