Uv Crash Course
lernerpython.com·10h·
Discuss: Hacker News
Flag this post

It’s time to learn uv.

uv is a new addition to the Python ecosystem. But it has quickly become a favorite among Python developers:

  • It’s super fast
  • it replaces a ton of other tools, including pip, pipx, venv, and pyenv
  • It dramatically simplifies the creation and management of packages
  • It manages dependencies and package versions
  • It lets you package and distribute packages to PyPI

It’s easy to say, “I’ll just use uv instead of pip.” But if you do that, you aren’t really taking advantage of all it has to offer.

That’s why I’ve prepared this 12-part uv crash course. Sign up, and every day (for 12 days) you’ll get a new message from me describing how to use uv. Topics I address include:

  • How to create a new project with uv… and how to convert an existing project to…

Similar Posts

Loading similar posts...