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
Product Leverage Is Egalitarian
Labor and capital are much less egalitarian, not just in their inputs but in their outputs. Let’s say that I need something that humans have to provide; like if I want a massage or if I need someone to cook my food. The more of a human element there is in…
Sampling distribution of the difference in sample proportions -Probability example
In a previous video, we explored the sampling distribution that we got when we took the difference between sample proportions. In that video, we described the distribution in terms of its mean, standard deviation, and shape. What we’re going to do in this…
Personally Identifiable Information (PII) | Internet safety | Khan Academy
Hi everyone, Sal Khan here from Khan Academy. My social security number is eight five seven three two five five six seven. No, it’s not! I wouldn’t tell you my social security number like that, and that’s because it is personally identifiable information,…
Creativity break: How does creativity play a role in your everyday life? | Algebra 1 | Khan Academy
Creativity is really important for me as, like a future job. As a part of my future job, I would want to, um, do something that changes, and then I can use problem-solving skills constantly. Um, I feel like when I make animations or when I figure out how …
How To Cure "Brain Fog" | 3 Tips for Mental Clarity
[Music] You know someone who wants to taper off caffeine? I’m not doing a very good job; having an espresso machine right next to my desk is very dangerous and probably a stupid idea. So, you know, it’s pretty crazy. The human brain is pretty crazy; it’s…
I'm Atoms (Scientific Cover of Jason Mraz's I'm Yours)
Well, an atom’s made of protons, neutrons, and electrons. The first two in the nucleus, the third around it. It’s mostly empty space, but it feels solid in any case. The elements are all the different types of atoms; they differ by the number of protons i…