this post was submitted on 07 Oct 2024
99 points (100.0% liked)

Python

6275 readers
3 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 3 days ago (1 children)

poetry has made the package tooling generally not suck for me, and uv seems to be getting better. Just a few more PEPs to go until uv does what I want. Here's hoping.

[–] [email protected] 0 points 2 days ago (1 children)

Poetry is frigging great.
Never heard of uv.

[–] [email protected] 3 points 2 days ago

uv is basically a super fast Python tool, written in Rust. Looks promising, but it seems to be missing some features I really like from Poetry, but I'm keeping my eye on it.