May 2019
Intermediate to advanced
542 pages
13h 37m
English
Now that setup.py is ready to go, we can use it to actually create our package distributions. There are two basic types of package distributions: source and built. In this section, we'll talk about how to use source distributions.
A source distribution is a bundle of all the source code and extra files needed to build our project. It includes the setup.py file and is useful for distributing your project in a cross-platform way.
Read now
Unlock full access