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
Trip to Trap | Live Free or Die
[Music] When I’m traveling through the forest in the river swamp, I like to keep a good idea where I’m at. This really old, uh, pine stump that’s full of pine resin—I stripped a little bark off of it about 20 years ago as a landmark for me. Very valuable …
Remembering the Battle of Mogadishu | No Man Left Behind
My role in that battle was a team leader with one of the platoons that went in on the air assault. I went and originally on the helicopters. When you make it out of something where others didn’t, you’re going to spend the rest of your life thanking the pe…
Ron Howard and Brian Grazer Talk 'Genius' | National Geographic
I’m Ron. I’m Brian, and we’re here to talk to you about National Geographic’s first scripted show on genius. We’re focusing on Albert Einstein: 10 episodes that encompass his entire life. We, as contemporary people in this contemporary civilization that …
Secant line with arbitrary difference (with simplification) | AP Calculus AB | Khan Academy
A secant line intersects the curve ( y ) is equal to ( 2x^2 + 1 ) at two points with ( x ) coordinates ( 4 ) and ( 4 + h ), where ( h ) does not equal zero. What is the slope of the secant line in terms of ( h )? Your answer must be fully expanded and sim…
Tech startups live and die by their speed of shipping software.
I was the single non-technical person on a four-person co-founding team at Justin TV and Twitch. And like, I’ll just make it plain: without my three other co-founders, none of that happens. Ideas are a dime a dozen. I think that more business people need…
Classifying shapes by lines and angles | Math | 4th grade | Khan Academy
Which shape matches all three clues? So here we have three clues, and we want to see which shape down below matches all three of these statements. So let’s start with the first clue. The first clue says the shape is a quadrilateral; “quad” meaning four-s…