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
Setting up 2 step expressions
My book is 58 pages. I have already read 13 pages. I plan to read five pages each day until I finish the book. Which equation could I use to find out how many days, d, it will take to finish reading the book? So pause this video and see if you can figure…
Population growth rate based on birth and death rates | Ecology | AP Biology | Khan Academy
When you take an AP Biology exam, it is likely that it will include a formula sheet that will include formulas like this on it. It can be a little bit intimidating at first because we’re not used to seeing formulas like this that involve—in fact, this is …
Jessica Livingston on Cofounder Disputes and Making Something People Want
All right, so now we’re going to move on to another monster: co-founder disputes. I think people underestimate how critical founder relationships are to the success of a startup. Unfortunately, I’ve seen more founder breakups than I care to even count, an…
Corporate aviation trends.
Trends in the corporate aviation world, especially purchasing and selling changes, based on a lot of things, could be interest rates, it could be market dynamics, could be wars, fuel costs. The market’s always changing. Our job in the middle is to basical…
Fundraising Panel at Female Founders Conference 2015
Wow, this is awesome! There are so many women in the audience, and I am so happy to be here with you. So, um, I’m Danielle, as Cat introduced, and I want to talk to you a little bit about fundraising. We’re going to have a panel in just a minute and have …
How McDonalds Is Taking Over The World
Every 5 hours, somewhere in the world, a new McDonald’s pops up. It’s been said that McDonald’s is one of the very few businesses that will always be profitable and recession-proof. And once you look at the stock, it seems to be true. So how did McDonald’…