Uv

Recent Articles

Using uv to Manage Django Projects

uv is a tool from Astral.sh that helps you manage Python tools and development projects. For all the details you can read the docs, but here’s a quick lesson in what it can do and how it can help Python developers in the daily grind of developing Python software. We’ll walk through managing a hypothetical Django project.

Continue reading