(This is the blog post version of my keynote from EuroPython 2025 in Prague, Czechia.) We now have a lock file format specification. That might not sound like a big deal, but for me it took 4 years of active work to get us that specification. Part education, part therapy,| Tall, Snarky Canadian
Manage entire Python projects and even Python itself with a single unified tool.| astral.sh
Good development practices for modern Python| www.stuartellis.name
About your project¶| packaging.python.org
Black 23.1.0 introduces an updated stable style, improved inference of the default target version(s), and other QOL improvements.| ichard26.github.io
PEP 621 and Setuptools| My notes and ramblings
Binary Distribution¶A specific kind of Built Distribution that contains compiled| packaging.python.org
One of my (slowly evaporating) reasons why I like putting packaging metadata into an executable setup.py is the ability to have optional dependencies that are combinations of others. As of pip 21.2, this is possible without running code.| Hynek Schlawack