#python-packaging

[ follow ]
fromChriswarrick
18 hours ago

I Wrote YetAnotherBlogGenerator

You might have noticed I'm not happy with the Python packaging ecosystem. But the language itself is no longer fun for me to code in either. It is especially not fun to maintain projects in. Elementary quality-of-life features get bogged down in months of discussions and design-by-committee. At the same time, there's a new release every year, full of removed and deprecated features. A lot of churn, without much benefit. I just don't feel like doing it anymore.
Software development
Python
fromPythonbytes
1 month ago

Stack Overflow is Cooked

Cross-platform port management, major Python packaging speedups, and AI-driven impacts on developer companies exemplified by Tailwind's deep revenue and staff losses.
Python
fromInfoWorld
4 months ago

How to manage Python projects with Poetry

Poetry is an all-in-one Python project manager providing deterministic dependencies, virtual environment handling, and simplified building, packaging, and publishing to PyPI.
Python
fromTalkpython
4 months ago

pyx - the other side of the uv coin (announcing pyx)

Pyx is a Python-native package registry that mirrors PyPI, works with pip and uv, and enables faster, more predictable installs via smart client-server cooperation.
Python
fromReuven Lerner
5 months ago

You're probably using uv wrong

Use uv via its project model to manage environments, Python versions, and dependencies rather than substituting it for pip or installing packages globally.
[ Load more ]