mathspp blog

440 477,207 39,373
articles words lines of code

Today I learned how to install jupyter properly while using uv to manage tools.

Cheatsheet with the most common and useful uv commands to manage projects and dependencies, publish projects, manage tools, and more.

Today I learned you can format your Python code directly with uv.

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.