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
Proof for the meaning of Lagrange multipliers | Multivariable Calculus | Khan Academy
All right, so last video I showed you guys this really crazy fact. We have our usual setup here for this constrained optimization situation. We have a function we want to maximize, which I’m thinking of as revenues for some company; a constraint, which I’…
Aliens Would Visit for Knowledge, Not Resources
I think Stephen Hawking himself said that it was a mistake to broadcast radio waves out into the universe because the aliens are going to be out there, and they’re going to be like conquistadors, and they’re going to want to take over our planet for their…
The Hidden Science of Fireworks
This is the biggest… hottest… and most explosive— Oh my god. Video on fireworks ever, covering everything from the invention of gunpowder to how fire can burn underwater, how fireworks are made, the colors, shapes, fuses. To how they’re launched. We’l…
The Sixth Amendment | Civil liberties and civil rights | US government and civics | Khan Academy
Hi, this is Kim from Khan Academy. Today I’m learning about the Sixth Amendment to the U.S. Constitution, one of four amendments in the Bill of Rights that concerns the rights of the accused. The Sixth Amendment guarantees defendants in criminal cases the…
Supreme Court BANS Faithless Electors…………?
Hello Internet. Time for a quick update regarding everyone’s favorite voting system: The Electoral College. America’s… idiosyncratic method of picking her president. It’s been unchanged (mostly) for centuries, but this video exists because, in July 2020, …
Reading inverse values from a table | Composite and inverse functions | Precalculus | Khan Academy
We’re told the following table shows a few inputs and outputs of function g. All right, we have some possible inputs here for x and then the corresponding outputs here g of x. What is the value of g inverse of 54? So pause this video and see if you can fi…