Planet Python RSS
217 subscribers
16.6K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Ned Batchelder: Coverage.py regex pragmas

Link: https://nedbatchelder.com/blog/202507/coveragepy_regex_pragmas.html

Coverage.py lets you indicate code to exclude from
measurement by adding comments to your Python files. But coverage implements
them differently than other similar tools. Rather than having fixed synt
Quansight Labs Blog: Learning from accessibility work

Link: https://labs.quansight.org/blog/learning-from-accessibility-work

Years of accessibility work around Jupyter and thoughts on how to survive it in your own projects.
PyCharm: Faster Python: Unlocking the Python Global Interpreter Lock

Link: https://blog.jetbrains.com/pycharm/2025/07/faster-python-unlocking-the-python-global-interpreter-lock/

What is Python’s Global Interpreter Lock (GIL)?
“Global Interpreter Lock” (or “GIL”) is a familiar term in the Python community. It is a well-known Python feature. But what exactly is a GIL?If you hav
Real Python: Working With Python's Built-in Exceptions

Link: https://realpython.com/courses/working-builtin-exceptions/

Python has a complete set of built-in exceptions that provide a quick and efficient way to handle errors and exceptional situations in your code. Knowing the most commonly used built-in exceptions is
PyCoder’s Weekly: Issue #692: PyPI, pedalboard, Django URL Patterns, and More (July 29, 2025)

Link: https://pycoders.com/issues/692

#692 – JULY 29, 2025 View in Browser » Supporting the Python Package Index What goes into supporting more than 650,000 projects and nearly a million users of the Python Package Index? This week