A collection of exercises, examples, and personal notes from Python Crash Course, 3rd Edition by Eric Matthes.
This repository tracks my progress through the book, including all code I write, experiments I try, and concepts I learn β organized by chapter for easy reference.
- Title: Python Crash Course, 3rd Edition
- Author: Eric Matthes
- Publisher: No Starch Press
- Website: https://nostarch.com/python-crash-course-3rd-edition
python-crash-course/
β
βββ chapter_01/ # Getting Started
βββ chapter_02/ # Variables and Simple Data Types
βββ chapter_03/ # Introducing Lists
βββ ...
βββ README.md
Chapter | Title | Status |
---|---|---|
1 | Getting Started | β¬ Not Started |
2 | Variables and Simple Data Types | β¬ Not Started |
3 | Introducing Lists | β¬ Not Started |
4 | Working with Lists | β¬ Not Started |
5 | If Statements | β¬ Not Started |
6 | Dictionaries | β¬ Not Started |
7 | User Input and While Loops | β¬ Not Started |
8 | Functions | β¬ Not Started |
9 | Classes | β¬ Not Started |
10 | Files and Exceptions | β¬ Not Started |
11 | Testing Your Code | β¬ Not Started |
12 | A Ship That Fires Bullets | β¬ Not Started |
13 | Aliens! | β¬ Not Started |
14 | Scoring | β¬ Not Started |
15 | Generating Data | β¬ Not Started |
16 | Downloading Data | β¬ Not Started |
17 | Working with APIs | β¬ Not Started |
18 | Getting Started with Django | β¬ Not Started |
19 | User Accounts | β¬ Not Started |
20 | Styling and Deploying an App | β¬ Not Started |
Legend: β¬ Not Started β’ π¨ In Progress β’ β Completed
python
python-crash-course
learning-python
python-beginners
python-exercises
python-tutorial
eric-matthes
programming
coding-practice
book-exercises
-
Clone the repo:
git clone https://github.com/mr-mib/python-crash-course-third-edition-learning
-
Navigate to the desired chapter folder.
-
Run the Python scripts:
python filename.py
This repository contains my personal solutions and notes based on the book. Python Crash Course is Β© Eric Matthes / No Starch Press β please purchase the book to support the author.