Skip to content

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.

Notifications You must be signed in to change notification settings

mr-mib/python-crash-course-third-edition-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Python Crash Course β€” Learning Journey

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.


πŸ“š Book Information


πŸ“‚ Repository Structure


python-crash-course/
β”‚
β”œβ”€β”€ chapter_01/   # Getting Started
β”œβ”€β”€ chapter_02/   # Variables and Simple Data Types
β”œβ”€β”€ chapter_03/   # Introducing Lists
β”œβ”€β”€ ...
└── README.md


βœ… Progress Tracker

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


🏷 Topics / Tags

python python-crash-course learning-python python-beginners python-exercises
python-tutorial eric-matthes programming coding-practice book-exercises


πŸ›  How to Use This Repository

  1. Clone the repo:

    git clone https://github.com/mr-mib/python-crash-course-third-edition-learning
  2. Navigate to the desired chapter folder.

  3. Run the Python scripts:

    python filename.py

πŸ“œ License

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published