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
An announcement from Khan Academy
Hi, I’m Sal Khan, founder of the not-for-profit Khan Academy, and I have some very exciting news. The data is in from our first year of the partnership between us and the College Board around KH Academy being the official practice for the SAT. What we’re…
Kevin Hale - How to Improve Conversion Rates
So this presentation on improving conversion rates is designed to mostly focus on landing pages. But all of the principles and ideas that I’ll talk about in this talk actually can help you improve the conversion rates of almost anything, any user interfac…
Crashing Into Saturn: This Cassini Mission Is the Most Epic Yet | Short Film Showcase
Alone, Explorer on a mission to reveal the grandeur of Saturn, its rings and [Music] moons. After 20 years in space, NASA’s Cassini spacecraft is running out of fuel. And so, to protect the moon of Saturn that could have conditions suitable for life, a sp…
Avni Patel Thompson at the Seattle Female Founders Conference
So the first speaker you’re gonna hear today is Omnipotent Thompson, the founder of Poppy. Poppy is a site that connects parents with great caregivers for their children. So Omni and her co-founder went through Y Combinator in Winter 2016. She’s also an i…
Set an Aspirational Hourly Rate
So we covered the skills that you need to get rich: specific knowledge, accountability, leverage, judgment, and lifelong learning. Let’s talk a little bit about the importance of working hard and valuing your time. No one is going to value you more than …
Abiotic factors and an organism's range | High school biology | Khan Academy
So, let’s talk a little bit about abiotic factors for an organism’s range. Before we even get into it, let’s just think about what these words mean. In other videos, we’ve talked about how abiotic means non-living, while biotic would refer to living. So, …