Uv is the best thing to happen to the Python ecosystem in a decade
1–10 of 1001 posts
Re: Uv is the best thing to happen to the Python ecosystem in a decade
#2UV is great but I use it as a more convenient pip+venv. Maybe I'm not using it to it's full potential.
Re: Uv is the best thing to happen to the Python ecosystem in a decade
#3Re: Uv is the best thing to happen to the Python ecosystem in a decade
#4Re: Uv is the best thing to happen to the Python ecosystem in a decade
#5I don’t really get that uv solves all these problems ve never encountered. Just make a venv and use it seems to work fine.
Re: Uv is the best thing to happen to the Python ecosystem in a decade
#6Re: Uv is the best thing to happen to the Python ecosystem in a decade
#7Idk, for me ruff was more of a game changer. No more explaining why we need both flake8 and pylint (and isort), no more flake8 plugins... Just one command that does it all. UV is great but I use it as a more convenient pip+venv. Maybe I'm not using it to it's full potential.
You aren't, but that's fine. Everyone has their own idea about how tooling should work and come together, and I happen to be in your camp (from what I can tell). I actively don't want an all-in-one tool to do "project management".
Re: Uv is the best thing to happen to the Python ecosystem in a decade
#8Venv seems pretty straightforward once you’ve learned the one activate command. I don’t really get that uv solves all these problems ve never encountered. Just make a venv and use it seems to work fine.
Re: Uv is the best thing to happen to the Python ecosystem in a decade
#9Venv seems pretty straightforward once you’ve learned the one activate command. I don’t really get that uv solves all these problems ve never encountered. Just make a venv and use it seems to work fine.