Code Python Modules and Packages Understand Python modules, modules import mechanism (import syntaxes, search paths) and modules attributes. Understand Python packages, learn how to create packages distributions and make them available to others.
Code Managing Python projects with Poetry Poetry is a packaging and dependency management tool for Python. It can be used to quickly bootstrap a Python project, manage the dependencies, and do packaging stuff. Here is a quick overview.