←back to thread

129 points NeutralForest | 1 comments | | HN request time: 0.204s | source
Show context
the_mitsuhiko ◴[] No.44454647[source]
Turns out you can just do things. The astral tooling is by far the best thing that has happened to Python in years and it makes me very happy.
replies(2): >>44454774 #>>44454890 #
sambaumann ◴[] No.44454774[source]
using uv after years of fumbling with pip/venv, pyenv, conda, etc feels like a superpower. It really just works.
replies(1): >>44455391 #
1. lioeters ◴[] No.44455391[source]
Even as an occasional casual Python user of several years, I noticed how much simpler it is to check out new projects using uv compared to other tools. It's such a relief because I used to encounter so many weird compatibility issues with Python, I guess mostly related to global installs of runtime versions and dependencies. In the past year or so, the situation seems to have dramatically improved thanks to uv.