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
Change in angular velocity when velocity doubles
We’re told that a car with wheel radius r moves at a linear velocity v, and this is a bolded v to show that it’s a vector. Suddenly, the car accelerates to velocity 2v. How does the angular velocity of the wheels change? So pause this video and see if you…
Are we about to see a DROP in Real Estate Prices?
What’s up you guys? It’s Graham here. So, it’s no surprise the economy is doing better; stocks are higher than ever, and real estate has been going up steadily since 2011. It’s also no surprise that much of that recent momentum was largely fueled by extre…
Steve Jobs Secrets of Life
The thing I would say is when you grow up, you tend to get told that the world is the way it is and your life is just to live your life inside the world. Try not to bash into the walls too much. Uh, try to have a nice family life, have fun, save a little …
8 STOIC LESSONS MEN LEARN LATE IN LIFE ! | STOICISM INSIGHTS
Welcome to Stoicism Insights, your beacon of inspiration and guidance in the journey of self-improvement and wisdom. Today we’re diving into a powerful exploration of life’s most impactful lessons. This video is more than just a watch; it’s a transformati…
3 habits that boost mental clarity
I don’t know about you guys, but every once in a while, I’ll just have a day where my brain is actually working well. The gears of my mind are fully lubricated, fully torqued. When I’m in a conversation with somebody, I don’t have to search for the right …
The Angel Philosopher Naval Ravikant on Reading, Making Decisions, Habits, and the Purpose of Life
[Music] Hey, it’s Shane Parrish, and welcome to a new episode of The Knowledge Project, where we deconstruct actionable strategies that you can use to make better decisions, learn new things, and live a better life. This time around, we have the amazing N…