Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 654 Bytes

README.rst

File metadata and controls

16 lines (11 loc) · 654 Bytes

Code samples for the Mastering Python book

Code samples from Mastering Python (https://www.packtpub.com/application-development/mastering-python)

All of the code in this repository is tested using the bundled tests. To run the tests yourself you just have to install the requirements and run the tests:

pip3 install --upgrade --requirement requirements.txt py.test

If you are interested in more packages from the author, take a look at his Github account: https://github.com/WoLpH/