PyCon US 2026 Packaging Summit Recap
Summary
Summary of the Python Packaging Summit at PyCon US 2026, covering topics such as Wheel 2.0, Zstandard, PyPI abuse vectors, and comparisons between conda and pip.
Similar Articles
PyCon US 2026 Typing Summit Recap
This article recaps the PyCon US 2026 Typing Summit, detailing key talks on Python typing advancements including PEP proposals, AI-assisted type checking experiments, and a Typing Council Q&A session.
PyTexas 2026 Recap
PyTexas 2026 (April 17-19, Austin) featured talks on AI agents, code quality, CPython performance improvements, and security. Key themes included deliberate design, agents writing code rather than deciding what to write, and code quality as essential for AI productivity.
Join us at PyCon US 2026 in Long Beach - we have new AI and security tracks this year
PyCon US 2026 is coming to Long Beach, California (May 13-19) with new dedicated AI and Security tracks. The AI track features talks on AI-assisted development, LLMs on laptops, voice agents, and Python async patterns for AI applications.
Publishing WASM wheels to PyPI for use with Pyodide
PyPI now supports publishing WebAssembly wheels for Pyodide, allowing package maintainers to distribute their own WASM packages directly. The article demonstrates this with the luau-wasm package.
@charliermarsh: We got tired of calling PEP 723 scripts (the self-contained Python files with embedded dependency metadata) "PEP 723 sc…
Charlie Marsh announces that PEP 723 scripts (self-contained Python files with embedded dependency metadata) are now called "scrolls".