Planet Python RSS
217 subscribers
16.6K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Bitwise Operators in Python

Link: https://realpython.com/python-bitwise-operators/

Computers store all kinds of information as a stream of binary digits called bits. Whether you’re working with text, images, or videos, they all boil down to ones and zeros. Python’s bitwise operators
Ari Lamstein: Video: A Python App for Analyzing Immigration Enforcement Data

Link: https://arilamstein.com/blog/2025/07/28/video-a-python-app-for-analyzing-immigration-enforcement-data/

Last week I wrote a blog post about my latest open source project: an app that analyzes US Immigration Enforcement Data. I just released a video that walks through the app:

This video is in response
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