Packaging in Python: Tools and Formats

16 solutions to 9 problems — which ones do you know?

Martin Thoma
Towards Data Science
14 min readNov 7, 2020

--

Created by the author

A virtual environment is an isolated Python environment. It has it’s own installed site-packages which can be different from the systems site-packages. Don’t worry, we will go into more detail later.

After reading this article, you will understand what the following tools are and which…

--

--