this post was submitted on 15 Oct 2024
22 points (95.8% liked)

Python

6356 readers
2 users here now

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

๐Ÿ“… Events

PastNovember 2023

October 2023

July 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
[โ€“] loweffortname@lemmy.blahaj.zone 4 points 4 weeks ago* (last edited 4 weeks ago)

I've enjoyed uv so far. Definitely snappy. And I appreciate that they stuck with pyproject.toml for config. It pulled in some nice stuff from pipenv (sync and update are clear commands that do expected things).

Quick complaint: I wish the python ecosystem hadn't landed on toml for package config. I've never liked toml config files; always found them confusing.