Projects code along (maybe) from "The Big Book of small Python Projects" of Al Sweigart.
81 Python projects as I code along with book. Each project is small (Most of these programs are limited to 256 lines of code and are often significantly shorter) and simple (The programs have been written to be easy to understand by beginners)
- Python 3.7 or greater.
- Virtual environment (optional)
python -m venv venv
Or in Linux
python3 -m venv venv
- Run program
python program_name.py
Or in Linux
python3 program_name.py
Issue when trying to run program. Please check Stack Overflow or Python docs
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details