Model 1: Basic concepts
-
- What is Python? (def + versions + implementations)
-
- First program (simple code w/ print)
-
- Simple operations (+ - * /)
-
- Floats (what + how to create)
-
- Other numerical operations (**, //, %)
-
- Strings
-
- Simple input & output
-
- String Operations
-
- Type Conversion
-
- Variables (x=7, naming)
-
- In-Place Operators
-
- Using an Editor
-
- Module 1 Quiz
Model 2: Control Structures
-
- Booleans & comparisons
-
- if Statements
-
- else Statements