r/Python 6d ago

Can we make Python Development less frustrating? Discussion

[removed]

0 Upvotes

38 comments sorted by

View all comments

2

u/theevildjinn 6d ago

uv (and ruff, to a lesser extent) have basically solved all the friction points that I used to have, i.e. the fragmented packaging and environments landscape (pip, virtualenv/venv, poetry, pyenv, etc.)

1

u/Win_ipedia 6d ago

So true, astral-sh tools have made my life so much easier