Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: The Real Python Podcast – Episode #272: Michael Kennedy: Managing Your Own Python Infrastructure

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

How do you deploy your Python application without getting locked into an expensive cloud-based service? This week on the show, Michael Kennedy from the Talk Python podcast returns to discuss his new b
Kushal Das: Not anymore a director at the PSF board

Link: https://kushaldas.in/posts/not-anymore-a-director-at-psf.html


This month I did the last meeting as a director of the Python Software
Foundation board, the new board already had their first meeting.
I decided not to rerun in the election as:

I was a director f
PyCon: PyCon US 2026 - Call for Proposals Now Open!

Link: https://pycon.blogspot.com/2025/10/pycon-us-2026-call-for-proposals-now.html

We’re so excited to announce that PyCon US 2026 is heading to California for our first year in our sunny new host city of Long Beach, CA!We’re also excited to announce the launch of our conference web
Django Weblog: Django Developers Survey 2025 results

Link: https://www.djangoproject.com/weblog/2025/oct/31/django-developers-survey-2025-results/

The results from the 2025 Django Developers Survey are now available. This is the fourth annual report conducted from November 2024 to January 2025 by the Django Software Foundation in collaboration w
The Python Coding Stack: And Now You Know Your ABC

Link: https://www.thepythoncodingstack.com/p/and-now-you-know-your-abc-python-abstract-base-classes

I may have already mentioned in a previous post that I’ve rekindled an old passion: track and field athletics. I’m even writing about it in another publication: Back on the Track (look out for the new
Seth Michael Larson: RSS feed for new Nintendo Classics games

Link: https://sethmlarson.dev/rss-feed-for-nintendo-classics?utm_campaign=rss

It's November! Many folks use this month to write
more, whether it's a novel or generating text.
I'm going to be trying to write and share more often, too.
So here's something I created for mostly me,
Django Weblog: Five ways to discover Django packages

Link: https://www.djangoproject.com/weblog/2025/nov/02/five-ways-to-discover-django-packages/

With tens of thousands of available add-ons, it can be hard to discover which packages might be helpful for your projects. But there are a lot of options available to navigate this ecosystem – here ar
Brian Okken: Announcing the Lean TDD book

Link: https://pythontest.com/announcing-lean-tdd/

There are many great ideas that I’ve gotten from TDD, Lean, Pragmatic, and more.
For the past few years, I’ve really wanted to write a book about TDD, with an emphasis on using Lean teachings to cut o
Django Weblog: Announcing DjangoCon Europe 2026 in Athens, Greece! 🏛️🇬🇷

Link: https://www.djangoproject.com/weblog/2025/nov/03/announcing-djangocon-europe-2026-in-athens-greece/

We’re excited to share that DjangoCon Europe returns in 2026 — this time in the historic and sun-soaked city of Athens, Greece 🇬🇷, with three days of talks from April 15–17, 2026!

Photo by Rafael Hoy
Armin Ronacher: Absurd Workflows: Durable Execution With Just Postgres

Link: https://lucumr.pocoo.org/2025/11/3/absurd-workflows/

It’s probably no surprise to you that we’re building
agents
somewhere. Everybody does it. Building a good agent, however, brings back
some of the historic challenges involving durable execution.
Ent
Hugo van Kemenade: Python Core Sprint 2025

Link: https://hugovk.dev/blog/2025/python-core-sprint/

🐍🏃In September, the annual Python Core Sprint was hosted by
Arm in Cambridge, UK!
The plan: put 35 core developers and 13 special guests in a room for a week, and see
what they cook up.
Monday highlig
eGenix.com: PyDDF Python Herbst Sprint 2025

Link: https://www.egenix.com/company/news/PyDDF-Herbst-Sprint-2025

The following text is in German, since we're announcing a Python sprint in Düsseldorf, Germany.

Ankündigung
Python Meeting Herbst Sprint 2025 in
Düsseldorf

Samstag, 15.11.2025, 10:00-18:00 Uhr
Sonnt
Real Python: Quiz: A Close Look at a FastAPI Example Application

Link: https://realpython.com/quizzes/fastapi-python-web-apis/

In this quiz, you’ll test your understanding of the FastAPI example project that can shuffle lists, pick random items, and generate random numbers.
By working through this quiz, you’ll revisit how pat
Reuven Lerner: Want to learn uv?

Link: https://lerner.co.il/2025/11/03/want-to-learn-uv/

You’ve probably heard about uv:

It’s faster than pip
It replaces lots of other Python packaging tools
It lets you publish to PyPI easier than before

But using uv isn’t just about learning a few comm
Python Software Foundation: Improving security and integrity of Python package archives

Link: https://pyfound.blogspot.com/2025/10/slippery-zips-and-sticky-tar-pits-security-and-archives-white-paper.html

Security and integrity of the Python packaging ecosystem is critical, and the smallest unit of a packaging ecosystem is a "package". Python packages use existing archive formats like ZIP and tar to di
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q3 2025! 🎉

Link: https://pyfound.blogspot.com/2025/10/announcing-python-software-foundation.html

The PSF is pleased to announce its third batch of PSF Fellows for 2025! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Abhijeet
Real Python: A Close Look at a FastAPI Example Application

Link: https://realpython.com/fastapi-python-web-apis/

This example project showcases important features of the FastAPI web framework, including automatic validation and documentation. FastAPI is an excellent choice for both beginners building their first