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
Experience Medieval Art and Architecture in Picturesque Brugge | National Geographic
[Music] First settled by Vikings, this Flemish city grew into a nexus of medieval trade routes. It has withstood economic downturns and world wars and remains one of the best-preserved examples of a medieval European settlement. Bruges, also known as Brug…
What Shark Is Attacking Tourists? | SharkFest
[dramatic music] NARRATOR: So what is behind this deadly spate of attacks? According to local news reporter Jerry Sinon, it’s a question on everyone’s mind. There was a lot of rumors in regards to the attacks. Why did it happen? And in two weeks’ time, i…
Reading tables 2
The table below shows the number of chickens sold by four friends from January to March. Except one entry is missing. What number should go in the empty cell? So, let’s see. This is the empty cell right over here they haven’t filled out. How many? Let’s …
This Toy Can Open Any Garage
This video was sponsored by LastPass. Okay, we have three garage doors here. The question is: Can you open them, sir? Try. He’s got to. The point of this video is to show how easy it is to reprogram a toy to open almost any radio frequency garage door or …
Divergence formula, part 1
Hello everyone. So, now that we have an intuition for what divergence is trying to represent, let’s start actually drilling in on a formula. The first thing I want to do is just limit our perspective to functions that only have an x component, or rather w…
Re: Leap Years, 2012 & The Mayan Calendar
Hello, Internet. A lot of you sent me this image making the rounds which concerns the Mayan prediction that the world will end on December 21, 2012. The claim is that the Mayan calendar short counted the years because they forgot about leap days, so the w…