Options for packaging your Python code: Wheels, Conda, Docker, and more ↦
There are a whole range of ways to package your Python software: Wheels, Pex, RPM/DEB, Conda, executables, Docker images, and more. Which ones should you use? In this overview you’ll learn why they all exist, the pros/cons of each method, and how it deals with things like code distribution and support for multiple applications.
Discussion
Sign in or Join to comment or subscribe