Making Larger Python Projects Work with uv: From Source to Docker3 August 2026·4545 words·22 minsPython Python Uv Workspaces Docker Project-StructureA practical uv architecture for three Python repositories, covering workspaces, source switching, package indexes, lock files, and Docker images.
How I'm Structuring Larger Python Projects with uv27 July 2026·2439 words·12 minsPython Python Uv Workspaces Project-StructureLearn how to structure an advanced Python workspace with uv when a framework, a shared core library, and country-specific projects need to evolve together.