Python
Python is a powerful programming language. You’ll start with the very basics - how to interact with the python interpreter and run a simple script. You’ll learn basic datatypes, and then learn how to implement logic and solve problems with code.
- Intro to Python
- Python Variable Assignment
- Exercises - Python Variable Assignment
- Python Conditional Statements
- Python Lists
- Python Loops
- Python Lists and Loops Partner Practice
- Python Functions
- Lab - Python Functions - FizzBuzz
- Python Day 1 Labs
- Python 1 Review/Warmup Drills
- Python String Methods
- Lab - Python String Methods - Invitation Maker
- Python Dictionaries
- Lab - Python Dictionaries - Secret Language Translator
- Lab - Command Line Game
- Python Objects and Classes
- Python Libraries and Modules
- Python Day 2 Labs