Skip to content

nguyenbn7/small-python-projects

Repository files navigation

Small Python projects

Projects code along (maybe) from "The Big Book of small Python Projects" of Al Sweigart.

Description

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)

Getting Started

Dependencies

  • Python 3.7 or greater.

Installing

Executing program

  • 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

Help

Issue when trying to run program. Please check Stack Overflow or Python docs

Authors

Nguyen

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Projects code along (maybe) from "The Big Book of small Python Projects" of Al Sweigart.

Topics

Resources

License

Stars

Watchers

Forks

Languages