The package manager uv

6 2,923 136
articles words lines of code

This article shows the small script I use to automatically push code changes while live coding in talks or classes, improved with uv.

Today I learned you can use uv to install CLI tools with extra dependencies.

Today I learned how to use uv to escape uv and go back to using venv and pip for a given project.

Today I learned how to publish a Python package to PyPI with uv.

This practical tutorial shows how to use uv to build and install custom Python CLI applications globally on your system.

Today I learned how to create standalone Python scripts with uv.