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 Technological Singularity
Up until I was like 15, the way I found new music was through friends or songs that you hear in the background on my favorite TV shows or movies. This could be a really slow process, if you, like me, have a somewhat unconventional taste in music. So it wa…
Local linearity for a multivariable function
So a lot of the concepts that you learn about in multivariable calculus are really all about taking ideas that you originally might have learned in linear algebra and then transferring those to apply to nonlinear problems. So for example, I’m going to gi…
what exchange students don't tell you
During my exchange year, I had a surgery, and here are the photos of that surgery. When it comes to exchange, there is something that most of the exchange students don’t tell you, so today I’m gonna spill all of the tea about student exchange. Hi guys, i…
The Seventh Amendment | US government and civics | Khan Academy
Hi, this is Kim from Khan Academy. Today, we’re learning more about the Seventh Amendment to the U.S. Constitution. The Seventh Amendment guarantees the right to juries in civil cases when the value in controversy is greater than twenty dollars. To learn…
We Worry About Problems We Don't Even Have | Eastern Philosophy
Two people attend a house party, where they socialize with the same guests, drink from the same beer tap, and are exposed to the same music and atmosphere. They decide to share a taxi and drive home when the party is over as they live closely together. “…
Whoopi Golderg Wants Superheroes With Big Butts | StarTalk
Whoopi Goldberg: “Did you know she was a card-carrying geek? Well, let’s check some of that out. Here we go! I’m a woman of a certain age who’s always grown up with Superman and Batman and Supergirl and all, and all of the DC and Marvel Universes. There’…