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
A Conversation with Elad Gil
Okay, the ACS on. We’re good. Good morning, everyone. I am very happy to have my friend A lot Gil here. You saw some of you, or all of you, if you looked online, a talk yesterday about how to get meetings with investors and raise money. If you would be so…
Why Do Venomous Animals Live In Warm Climates?
[WARNING! SPIDERS IN THE VIDEO] Why are the most venomous species found in the warmest places on Earth? I mean, take Australia for example. Depending on who you ask, it has all or nearly all of the ten most venomous snakes in the world. Plus, the funnel-w…
Teaching Electives with Khanmigo
Hi, I’m Michelle, a professional learning specialist here at Khan Academy and a former classroom teacher just like you. Meet Kigo, your AI-driven companion who’s revolutionizing teaching for a more engaging and efficient experience. Kigo has many excitin…
PEOPLE FALL in LOVE with YOU ONLY for 2 REASONS | Carl Jung
Why do people fall in love with you? Have you ever wondered why certain people are drawn to you so deeply, almost irresistibly? Is it really about your personality, your looks, or your charm? Or could there be something much deeper happening beneath the s…
Planar motion example: acceleration vector | Advanced derivatives | AP Calculus BC | Khan Academy
A particle moves in the XY plane so that at any time ( T ) is greater than or equal to zero, its position vector is given. They provide us the X component and the Y component of our position vectors, and they’re both functions of time. What is the particl…
Indefinite Pronouns | The parts of speech | Grammar | Khan Academy
Hey grammarians! Today, I want to talk about the idea of the indefinite pronoun, which looks kind of complicated, but really just does what it says on the tin. An indefinite pronoun is just that: it’s indefinite, undefined, uncertain. These are pronouns t…