Tags
Packaging
Python Engineering (7): Packaging — From pip install to PyPI
Package your Python code for distribution via pip, publish to PyPI, create Docker images, and manage versioning. The complete guide from local project to installable package.
Python Engineering (2): Project Structure — From Script to Package
Learn how to organize Python code into proper packages with imports, entry points, and CLI tools. Build a real command-line application from scratch.

