From Functions to Python Package
Learn from the scratch about how to convert your functions into packages and distribute.
This is the second installment of the Python Packages series. In this post, we will discuss how Python packages are built on top of modules, how they work, how to use and distribute Python packages.