fundamentals
- what is python?
- why is it used?
- how is it used?
- what are data types?
- practice with different data types
- casting
- what are operators?
- practice with operators
- addition, subtraction, multiplication division
- review operators
- what is modulus
- what are exponents?
- practice!
- what are variables
- types of variables & how to use them
- practice
flow
- what is a boolean?
- boolean logic
- boolean operators
- practice!
- why are conditionals necessary?
- how to use conditionals
- if, elif, and else flow
- practice