←back to thread

741 points chirau | 1 comments | | HN request time: 0.205s | source
1. seatac76 ◴[] No.44369705[source]
I’ve been writing Python for over a decade and was still using the Pyenv Virtualenv (dated I know). Lately I had been trying to switch over to Poetry. Somehow it never works smoothly for me.

Then I looked at uv and oh boy is it better. Everything just works and is blazing fast. Kudos to the team.