Exercise: package
- Go to Pypi, find some interesting module and install it in a non-standard location (or in a virtualenv)
- Check if it was installed (try to import it in a python script).
- Take one of the previously created modules, and create a package for it.
- Install this new package in a non-standard location.
- Check if it works from some other place in your file-system.
- Take the mymath package, add another method, add tests and create the distubtable zip file.