Bite code! • 1345 implied HN points • 01 Mar 25
- PEP 771 aims to improve Python packaging by introducing default extra dependencies. This means users can install packages with recommended optional features more easily.
- PEP 772 suggests creating a Python Packaging Council to oversee packaging standards and tools, which could help unify the approach to Python packaging.
- Debugging in VSCode has become easier with the introduction of the debugpy command, allowing developers to start debugging their Python code effortlessly.