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
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
Nedbatchelder
Coverage.py regex pragmas
Coverage.py uses regexes to define pragma syntax. This is surprisingly powerful.
Python Bytes: #442 Cloud bills in scientific notation
Link: https://pythonbytes.fm/episodes/show/442/cloud-bills-in-scientific-notation
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><em>* <a href="https://sethmlarson.dev/security-work-isnt-special?featured_on=pythonbytes">Open Source Security work isn't “Special”</a>
Link: https://pythonbytes.fm/episodes/show/442/cloud-bills-in-scientific-notation
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><em>* <a href="https://sethmlarson.dev/security-work-isnt-special?featured_on=pythonbytes">Open Source Security work isn't “Special”</a>
pythonbytes.fm
Cloud bills in scientific notation
News and announcements from the Python community for the week of Jul 28th, 2025
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.
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.
labs.quansight.org
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
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
PyCharm: Bringing Remote Closer to Local: 2025.2 Highlights
Link: https://blog.jetbrains.com/platform/2025/07/bringing-remote-closer-to-local-2025-2-highlights/
Link: https://blog.jetbrains.com/platform/2025/07/bringing-remote-closer-to-local-2025-2-highlights/
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
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
Realpython
Working With Python's Built-in Exceptions – Real Python
Learn the most common built-in Python exceptions, when they occur, how to handle them, and how to raise them properly in your code.
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
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
Pycoders
PyCoder’s Weekly | Issue #692
PyPI, pedalboard, Django URL Patterns, and More