Practice creating a Django project: set up virtual environments, install and pin dependencies, start projects and apps, and ensure reproducible environments.
Explore Python dependencies with `pipdeptree` and `uv pip tree`
pipdeptree and uv pip tree reveal Python package dependency trees; pipdeptree runs with --python auto while uv pip tree integrates with uv-managed virtual environments.