Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Django Weblog: Django security releases issued: 5.1.7, 5.0.13 and 4.2.20

Link: https://www.djangoproject.com/weblog/2025/mar/06/security-releases/

In accordance with our security release policy, the Django team
is issuing releases for
Django 5.1.7,
Django 5.0.13 and
Django 4.2.20.
These releases address the security issues detailed below. We enc
Python Software Foundation: PSF Distinguished Service Award Granted to Ewa Jodlowska

Link: https://pyfound.blogspot.com/2025/03/psf-dsa-ewa-jodlowska.html

Ewa Jodlowska, former PSF Executive Director and Board Member, has been recognized with the PSF’s Distinguished Service Award. For over a decade, Ewa played a pivotal role in transforming the PSF from
Anarcat: Nix Notes

Link: https://anarc.at/blog/2025-03-06-nix/

Meta
In case you haven't noticed, I'm trying to post and one of the things
that entails is to just dump over the fence a bunch of draft notes. In
this specific case, I had a set of rough notes about N
Real Python: The Real Python Podcast – Episode #242: Eric Matthes: Maybe Don't Start With Unit Tests

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

Should you always start testing your code with unit tests? When does it make sense to look at integration or end-to-end testing as a first step instead? This week on the show, we speak with previous g
Seth Michael Larson: Your GitHub Copilot access has been renewed 🤡

Link: https://sethmlarson.dev/your-github-copilot-access-has-been-renewed?utm_campaign=rss

As a maintainer of a "popular open source project"
ever since Copilot was announced I've been receiving
monthly reminders that my free GitHub Copilot access has been renewed.
If I was paying for the s
Real Python: Quiz: Python Textual: Build Beautiful UIs in the Terminal

Link: https://realpython.com/quizzes/python-textual/

In this quiz, you’ll test your understanding of the Python Textual library. This library is used for creating text-based interface applications for the terminal. By working through this quiz, you’ll r
PyCon: Support PyLadies: Donate to the PyLadies Auction at PyCon US 2025!

Link: https://pycon.blogspot.com/2025/03/support-pyladies-donate-to-pyladies.html

PyCon US 2025 is quickly approaching and we can’t wait to see all of you there! We're reaching out to our community to help support one of our favorite events: the PyLadies Auction. Our wonderful comm
Seth Michael Larson: Post Malone Oreos

Link: https://sethmlarson.dev/post-malone-oreos?utm_campaign=rss

@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}



Apparently I talk about my love for Post Malone's music too much, because I received not
Real Python: Python News Roundup: March 2025

Link: https://realpython.com/python-news-march-2025/

Spring isn’t the only thing in the air—new Python releases are here! Last month, Python’s core development team released versions 3.13.2, 3.12.9, and 3.14.0 alpha 5 of the language. The 3.14.0a5 versi
Django Weblog: Happy International Women's Day! 🎉 💜

Link: https://www.djangoproject.com/weblog/2025/mar/08/happy-international-womens-day/

This International Women's Day, we're celebrating a historic milestone in Django’s journey! 🚀
For the first time ever, Django has women in every leadership position within the project:

2 Django Steer
Python Software Foundation: PSF Distinguished Service Award Granted to Van Lindberg

Link: https://pyfound.blogspot.com/2025/03/dsa-van-lindberg.html

Van Lindberg, a longtime member of the PSF Board, has been recognized with the PSF’s Distinguished Service Award. Van was the co-chair and then Chair of PyCon from 2008-2012, served on the PSF Board f
PyCoder’s Weekly: Issue #672: Binary Data, Tail Calls, Pickles, and More (March 11, 2025)

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

#672 – MARCH 11, 2025 View in Browser » Bytes Objects: Handling Binary Data in Python In this tutorial, you’ll learn about Python’s bytes objects, which help you process low-level binary data. Y
Python Software Foundation: PSF Distinguished Service Award Granted to Thomas Wouters

Link: https://pyfound.blogspot.com/2025/03/dsa-thomas-wouters.html

Thomas Wouters, a longtime member of the PSF Board, has been recognized with the PSF’s Distinguished Service Award. Over the last 25 years, Thomas has been a steady, welcoming presence in the Python c
Real Python: Python Textual: Build Beautiful UIs in the Terminal

Link: https://realpython.com/python-textual/

Have you ever wanted to create an app with an appealing interface that works in the command line? Welcome to Textual, a Python toolkit and framework for creating beautiful, functional text-based user