Automate the Boring Stuff With Python Programming

This course is taught by Al Sweigart on Udemy. It has the following modules:

Info

My notes are based on both the video course and the book Automate the Boring Stuff with Python by Al Sweigart.

Coding Exercises Python Automation Playground
  1. Section 1: Python Basics
  2. Section 2: Flow Control
  3. Section 3: Function
  4. Section 4: Handling Errors with Try/except
  5. Section 5: Writing a Complete Program, Guess the Number
  6. Section 6: Lists
  7. Section 7: Dictionaries and Structuring Data