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
When the time is right, God sends you this video..
I don’t believe this video “Found You” by coincidence because I don’t believe in coincidences at all. I set the intention and I prayed to God, prayed to Jesus, the Holy Spirit that this message would only find the people who this will apply to. So, I’m on…
Simplify a ratio from a tape diagram
We’re told that the following diagram describes the volume of yellow and red paint in an orange mixture. So we can see that for every 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 parts of yellow, we have one, two, three, four, five, six, seven, eight parts of re…
How Warren Buffett Finds Great Investment Ideas
You really want to have a database in your mind so that you can tell what kind of a business you’re looking at in general by looking at the figures. Uh, it’s far over right. We never look at any analyst reports. I mean, I don’t think I’ve, you know, if I …
Perfect and imperfect competition
In this video, we’re going to give an overview of the types of markets that you might encounter in an economics class, and we’re going to get a little bit precise with our language because you’ll hear words like “perfect competition,” “monopoly,” or “olig…
Sue's Dirty Jobs - Deleted Scene | Life Below Zero
Day whatever of the journey of getting Cavic back up and running. Chuga, chugga, chuga—knocking stuff off my list. I have a little bit in here I still need to clean. I don’t have food to cook for people, but even if I wanted to make hot cereal, I can’t d…
This Blind Astrophysicist 'Sees' the Universe in the Most Amazing Way | Short Film Showcase
Everything in the universe has so much uncertainty. This movie is very dynamic. [Music] But it is such a beautiful symphony all the time. [Music] I am from Puerto Rico. The town I grew up in is a tiny town in DBT Tyler. Like, I never knew what a Ph.D. de…