uv for Python Projects: Clear Workflows and What to Avoid
When I started learning about uv, I was confused. The docs were solid but there was no guidance on best practices or common pitfalls or what not to do.
Look at these commands:
uv init
uv venv
source .venv/bin/activate
uv add polars marimo
uv pip in...
ishaanjain.hashnode.dev3 min read