Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Seth Michael Larson: Easily create co-authored commits with GitHub handles

Link: https://sethmlarson.dev/easy-github-co-authored-by?utm_campaign=rss

You can add co-authors to a GitHub commit using the Co-authored-by
field in the git commit message. But what if your co-author doesn't have a
public email address listed on GitHub?
No problem, you can
Real Python: The Real Python Podcast – Episode #271: Benchmarking Python 3.14 & Enabling Asyncio to Scale

Link: https://realpython.com/podcasts/rpp/271/

How does Python 3.14 perform under a few hand-crafted benchmarks? Does the performance of asyncio scale on the free-threaded build? Christopher Trudeau is back on the show this week, bringing another
Giampaolo Rodola: Wheels for free-threaded Python now available in psutil

Link: https://gmpy.dev/blog/2025/wheels-for-free-threaded-python-now-available-in-psutil

With the release of psutil 7.1.2, wheels for free-threaded Python are now
available. This milestone was achieved largely through a community effort,
as several internal refactorings to the C code were
Django Weblog: On the Air for Django’s 20th Birthday: Special Event Station W2D

Link: https://www.djangoproject.com/weblog/2025/oct/25/on-the-air-20th-birthday-special-event-station-w2d/

Back in July, we celebrated a very special occasion: Django’s 20th birthday 🎉 To mark the occasion, three amateur radio operators (including myself) spent the next 14 days, operating evenings and week
The Python Coding Stack: Impostors • How Even The Python Docs Get This Wrong* • [Club]

Link: https://www.thepythoncodingstack.com/p/impostors-how-even-the-python-docs

Can you spot all the errors in the following paragraph? There are several:Two functions that enable you to work effectively with loops in Python are zip() and enumerate(). Along with the range() funct
Rodrigo Girão Serrão: TIL #135 – Build the Python documentation

Link: https://mathspp.com/blog/til/build-the-python-documentation


Today I learned how to build the Python documentation to preview changes I wanted to make.
If you're not on Windows, all it takes is to run make -C Doc venv htmllive to build the Python documentation