📄️ Fundamental Computer Concepts
When you’re coding, what are you even doing?
📄️ Setting Up an IDE
Making sure that an IDE is ready for the Python programming language
📄️ IDE Fundamentals
How to use an IDE
📄️ Printing
How to make text appear on the screen
📄️ Basic Understanding of Variables
What is a variable?
📄️ Creating and Changing Variables
How to make the comuter remember things
📄️ Taking User Input
How to make programs that are interactive
📄️ If Statements
How to make programs interactive
📄️ Incrementing Ints
How to make things go up by one
📄️ Turtle Fundamentals
How to write code that draws things
📄️ Infinite Loops
How to make code repeat forever
📄️ Data Type Fundamentals
What’s the difference between 0 and "0"?
📄️ The float Data Type
How to store fractional numbers
📄️ Turning a str Into a float
Useful for taking numeric user input
📄️ The Four Main Arithmetic Operators
+, -, * and /
📄️ Using Parentheses to Change the Order of Operations
How to make addition happen before multiplication