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 Gray Rock Method | Beat ‘Toxic People’ with Serenity
Some people really get in our hair. Moreover, there are individuals that, for some reason, take delight in getting emotional reactions out of others. When they succeed, they win, and their ability to hurt gives them a sense of power. Whether we call them …
Rewriting expressions with exponents challenge 2 | Algebra 1 (TX TEKS) | Khan Academy
So we have an expression here that has a bunch of exponents in it. It seems kind of complicated, and what I want you to do, like always, is pause this video and see if you can work through this yourself. Essentially, working through this means simplifying…
Is Regulation A Threat To Bitcoin? | Bitcoin Magazine
It’s not what I want or you want; it’s what the institutions want. Institutions that are just stepping in or considering getting involved in allocating to crypto want one thing: Bitcoin. We’re not gonna print two trillion dollars worth of paper; that curr…
How I bought my first rental property at 21 years old
What’s up you guys, it’s Graham here. So one of the questions I get asked a lot is how was I able to buy my first rental property when I was 21 years old? How did I buy it outright in cash? So I’m going to be sharing with you guys exactly what I did, how …
Sweetening the Deal | Yukon River Run
Saw y’all come in and wondered what the deal was in a town this far down river. 11 tons of lumber will get people’s attention in a hurry. What do you plan to do with it? We were planning to sell this raft and cow tag for cash money, and that’s where we’r…
Varnas and the Caste System | World History | Khan Academy
In any textbook overview of Hinduism, you will quickly encounter the caste system. The caste system is this notion that people are born into the roles that they have to play in society. Now, the reason why I put this in quotes is because they are associat…