Completion of every goddamn exercise from every single chapter and a example programs from the book Python Crash Course: A Hands-On, Project-Based Introduction to Programming by Eric Matthes
Every chapter has notes.md in it containing all the notes I took from each chapter of the book. Should be a great help when I would like to refresh my memories on Python fundamentals, I guess.
- Chapter 1: Basics and installation
- Chapter 2: Variables and basic data types
- Chapter 3: Lists
- Chapter 4: Working with lists
- Chapter 5: if Statements
- Chapter 6: Dictionaries
- Chapter 7: User Input and while loops
- Chapter 8: Functions
- Chapter 9: Classes
- Chapter 10: Files and exceptions
- Chapter 11: Testing your Code
- Project 1: Alien Invasion game