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
Champion Sidecar Racer Looks Back on a Thrilling Life | Short Film Showcase
[Music] Way sidecar racing on the high-speed surface of the Grand Prix circuit is a job for exceptional men. 70 M of hair-raising work for drivers and passengers alike. But passenger is scarcely the word for the man in the chair at these events. “My nam…
Economic profit for firms in perfectly competitive markets
In this video, we’re going to dig a little bit deeper into the notion of perfectly competitive markets. So, we’re going to think about under what scenarios a firm would make an economic profit or an economic loss in them. Now, as a reminder, these perfec…
What's in Peanut Butter? | Ingredients With George Zaidan (Episode 7)
What’s in here? What does it do, and can I make it from scratch? Ingredients for the purposes of peanut butter: peanuts are just peanut oil and then all the stuff in here that is not peanut oil. So, things like sugars, starches, and proteins. When you bl…
Medical School Exam Week Vlog | Med School Diaries
This video is sponsored by Psych2Go. Psych2Go is an amazing channel for those who are interested in mental care and different things about mental health, and I’m sure that a lot of you guys are following them. Actually, don’t forget to check out their vid…
Marbury v. Madison | US government and civics | Khan Academy
Hi, this is Kim from Khan Academy, and today we’re learning more about what I like to call the case of the midnight judges: Marbury versus Madison. This case was decided in 1803, and it established the principle of judicial review that the Supreme Court h…
Warren Buffett: How to Know if a Stock is Undervalued
How do you calculate the intrinsic value of a stock? This may be the single most important question in all of investing. Everyone knows that the secret to good investing is finding undervalued stocks, but how exactly do you determine if a stock is underva…