Learning Path: Modules and Packages

Learning PathSkills: Packages, Modules, Import System, pip, PyPI, uv, __init__.py, Namespace Packages

A person loading a large ship with shipping containers that represent Python packages

In this learning path, you’ll explore how Python’s import system works and how to structure your code using modules and packages. You’ll learn to manage project dependencies with pip and uv, evaluate third-party package quality, and publish your own packages to PyPI. Along the way, you’ll also cover namespace packages, zip imports, and

 

 

 

To finish reading, please visit source site