This repository contains my solutions to the exercises and projects from the book "Python Crash Course, 3rd Edition" by Eric Matthes. Each chapter's exercises and projects are organized into separate directories.
- Chapter 1: Getting Started
- Chapter 2: Variables and Simple Data Types
- Chapter 3: Introducing 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
Book: "Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming" by Eric Matthes