Skip to content

mastering-python/code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/