May 2018
Beginner to intermediate
452 pages
11h 26m
English
Creating your own Python package is surprisingly easy. A Python package consists of the following three things:
Once you've done this, you can import your package in whole or in part, just like you would import standard library packages, provided your script is in the same parent directory as the package directory.