This document outlines an introductory Python programming course, including discussions of:
1. Python data types like integers, floats, booleans, and strings.
2. Python structures like lists, dictionaries, functions, and methods.
3. Using indentation in Python to structure programs with blocks like for loops and if/else statements.
4. An upcoming class will cover data harvesting, storage formats, APIs, scrapers, databases, and an assigned reading.