Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Mariatta: Disabling Signup in Django allauth

Link: https://mariatta.ca/posts/disabling-signup-django-allauth/

Django allauth
Django allauth is a popular third party package that provides a lot of functionality for handling user authentication,
with support for social authentication, email verification, multi-
Graham Dumpleton: Lazy imports using wrapt

Link: https://grahamdumpleton.me/posts/2025/10/lazy-imports-using-wrapt/

PEP 810 (explicit lazy imports) was recently released for Python. The idea with this PEP is to add explicit syntax for implementing lazy imports for modules in Python.
lazy import json

Lazily importi
Rodrigo Girão Serrão: TIL #134 – = alignment in string formatting

Link: https://mathspp.com/blog/til/-alignment-in-string-formatting


Today I learned how to use the equals sign to align numbers when doing string formatting in Python.
There are three main alignment options in Python's string formatting:



Character
Meaning




<
al
Paolo Melchiorre: My DjangoCon US 2025

Link: https://www.paulox.net/2025/10/05/my-djangocon-us-2025/

A summary of my experience at DjangoCon US 2025 told through the posts I published on Mastodon during the conference.
Daniel Roy Greenfeld: Using pyinstrument to profile Air apps

Link: https://daniel.feldroy.com/posts/2025-10-using-pyinstrument-to-profile-air-apps

Air is built on FastAPI, so we could use pyinstrument's instructions modified. However, because profilers reveal a LOT of internal data, in our example we actively use an environment variable.
You wil
Christian Ledermann: Python Code Quality Tools Beyond Linting

Link: https://dev.to/ldrscke/python-code-quality-tools-beyond-linting-42d8

The landscape of Python software quality tooling is currently defined by two contrasting forces: high-velocity convergence and deep specialization. The recent, rapid adoption of Ruff has solved the lo
Paolo Melchiorre: Django: one ORM to rule all databases 💍

Link: https://www.paulox.net/2025/10/06/django-orm-comparison/

Comparing the Django ORM support across official database backends, so you don’t have to learn it the hard way.
Rodrigo Girão Serrão: Functions: a complete reference | Pydon't 🐍

Link: https://mathspp.com/blog/pydonts/functions-a-complete-reference


This article serves as a complete reference for all the non-trivial things you should know about Python functions.
Functions are the basic building block of any Python program you write, and yet, man
Real Python: It's Almost Time for Python 3.14 and Other Python News

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

Python 3.14 nears release with new features in sight, and Django 6.0 alpha hints at what’s next for the web framework. Several PEPs have landed, including improvements to type annotations and support
Ari Lamstein: Visualizing 25 years of Border Patrol Data with Python

Link: https://arilamstein.com/blog/2025/10/06/visualizing-25-years-border-patrol-data-python/

I recently had the chance to speak with a statistician at the Department of Homeland Security (DHS) about my Streamlit app that visualizes trends in US Immigration Enforcement data (link). Our convers
Brian Okken: pytest 2.6.0 release

Link: https://pythontest.com/pytest-check-2-6-0/

There’s a new release of pytest-check. Version 2.6.0.
This is a cool contribution from the community.
The problem
In July, bluenote10 reported that check.raises() doesn’t behave like pytest.raises() i
Seth Michael Larson: Is the "Nintendo Classics" collection a good value?

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

Nintendo Classics is a collection of hundreds of retro
video games from Nintendo (and Sega) consoles from the NES to the GameCube.
Nintendo Classics is included with the Nintendo Switch Online (NSO)
s
Real Python: What's New in Python 3.14

Link: https://realpython.com/courses/whats-new-python-314/

Python 3.14 was published on October 7, 2025. While many of its biggest changes happen under the hood, there are practical improvements you’ll notice right away. This version sharpens the language’s t
Python Morsels: Python 3.14's best new features

Link: https://www.pythonmorsels.com/python314/

Python 3.14 includes syntax highlighting, improved error messages, enhanced support for cocurrency and parallelism, t-strings and more!



Table of contents

Very important but not my favorites
Python
PyCoder’s Weekly: Issue #703: PEP 8, Error Messages in Python 3.14, splitlines(), and More (Oct. 7, 2025)

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

#703 – OCTOBER 7, 2025 View in Browser » Python Violates PEP 8 PEP 8 outlines the preferred coding style for Python. It often gets wielded as a cudgel in online conversations. This post talks ab
Real Python: Quiz: Python 3.14: Cool New Features for You to Try

Link: https://realpython.com/quizzes/python314-new-features/

In this quiz, you’ll test your understanding of
Python 3.14: Cool New Features for You to Try. By working through this quiz, you’ll review the key updates and improvements in this version of Python.
Real Python: Python 3.14: Cool New Features for You to Try

Link: https://realpython.com/python314-new-features/

Python 3.14 was released on October 7, 2025. While many of its biggest changes happen under the hood, there are practical improvements you’ll notice right away. This version sharpens the language’s to
Mike Driscoll: An /intro to Python 3.14’s New Features

Link: https://www.blog.pythonlibrary.org/2025/10/09/an-intro-to-python-3-14s-new-features/

Python 3.14 came out this week and has many new features and improvements. For the full details behind the release, the documentation is the best source. However, you will find a quick overview of the
Everyday Superpowers: Why I switched from HTMX to Datastar

Link: https://everydaysuperpowers.dev/articles/why-i-switched-from-htmx-to-datastar/

In 2022, David Guillot delivered an inspiring DjangoCon Europe talk, showcasing a web app that looked and felt as dynamic as a React app. Yet he and his team had done something bold. They converted it