This repository contains the exercises, examples, and small projects I'm building while working through the book "Python Crash Course" by Eric Matthes.
I'm currently learning Python from a practical, hands-on perspective. This repo serves as a personal log of my progress, and a way to share what I'm learning with others.
You'll find:
- Chapter-by-chapter exercises from the book
- Small custom scripts inspired by the topics covered
- Practice code that reflects how I'm improving over time
If you're also learning Python, you might find it helpful to see how someone else approaches the same challenges.
- Language: Python 3.x
- Editor: Visual Studio Code (VSCode)
I'm a long-time supporter of free software — I contributed to the Ubuntu community back in 2004 — and I believe deeply in the power of open knowledge and collaboration. That's why everything in this repository is shared under a free software license.
This project is licensed under the GNU General Public License v3.0 (GPLv3).
This means you're free to:
- Use, study, and modify the code
- Share it with others, with or without changes
As long as you keep the same license for any redistributed version
The exercises and problem descriptions in this repository are inspired by the book
"Python Crash Course" by Eric Matthes (No Starch Press).
This repository contains my own original solutions and interpretations of the problems as part of my personal learning journey.
See the LICENSE file for full details.
Thanks for stopping by! If you're learning Python too, feel free to clone this repo, experiment with the code, or even reach out — I’d love to hear from fellow learners!