This is a collection of exercises and mini-projects that I have made while learning Python. It documents my progress and demonstrates my understanding of the language. Many of these are loosely based on material from one of the sources below but have been independently implemented and modified significantly.
- "Python Full Course 2024" by Bro Code on YouTube
- More sources will be added over time
- Python 3
- Navigate to the project folder:
cd python-practice
- Run any file:
python exercises/filename.py
# or
python mini-projects/filename.py
- Make sure Python 3 is installed:
python --version