Planet Python RSS
222 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: How to Properly Indent Python Code

Link: https://realpython.com/how-to-indent-in-python/

Knowing how to properly indent Python code is a key skill for becoming an accomplished Python developer. Beginning Python programmers know that indentation is required, but learning to indent code so
Nicola Iarocci: Flask started as an April Fool's joke

Link: https://nicolaiarocci.com/flask-started-as-an-april-fools-joke/

The story that the Python micro web framework Flask started as an April Fool’s
joke is well known in Python circles, but it was nice to see it told by Armin
Ronacher himself1.
I’m fond of Flask. It wa
Trey Hunner: Python Black Friday & Cyber Monday sales (2025)

Link: https://treyhunner.com/2025/11/python-black-friday-and-cyber-monday-sales-2025/

It’s time for some discounted Python-related skill-building.
This is my eighth annual compilation of Python learning-related Black Friday & Cyber Monday deals.
If you find a Python-related deal in the
Rodrigo Girão Serrão: Generalising itertools.pairwise

Link: https://mathspp.com/blog/generalising-itertools-pairwise


In this article you will learn about itertools.pairwise, how to use it, and how to generalise it.
In this tutorial you will learn to use and generalise itertools.pairwise.
You will understand what it
Seth Michael Larson: Mobile browsers see telephone numbers everywhere

Link: https://sethmlarson.dev/mobile-browsers-and-telephone-numbers?utm_campaign=rss

Just like Excel seeing everything as a date,
mobile browsers automatically interpret many numbers as telephone
numbers. When detected, mobile browsers replace the text in the HTML with
a clickable <a
Real Python: Getting Started With Claude Code

Link: https://realpython.com/courses/getting-started-claude-code/

Learn how to set up and start using Claude Code to boost your Python workflow. Learn how it differs from Claude Chat and how to use it effectively in your development setup.
You’ll learn how to:

Inst
Brian Okken: PythonTest Black Friday Deals 2025

Link: https://pythontest.com/2025-black-friday/

Save up to 50% on courses and the pytest book.
The Complete pytest Course bundle
Use BLACKFRIDAY to save 20% off through November.
This code is intended to match lots of 10-20% off deals around
Use SA
Python Software Foundation: PSF Code of Conduct Working Group Shares First Transparency Report

Link: https://pyfound.blogspot.com/2025/11/transparency-2024.html

The PSF’s Code of Conduct Working Group is a group of volunteers whose purpose is to foster a diverse and inclusive Python community by enforcing the PSF Code of Conduct, along with providing guidance
PyCoder’s Weekly: Issue #710: FastAPI, Floodfill, 20 Years of Django, and More (Nov. 25, 2025)

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

#710 – NOVEMBER 25, 2025 View in Browser » Serve a Website With FastAPI Using HTML and Jinja2 Use FastAPI to render Jinja2 templates and serve dynamic sites with HTML, CSS, and JavaScript, then
Real Python: How to Convert Bytes to Strings in Python

Link: https://realpython.com/convert-python-bytes-to-strings/

Converting bytes into readable strings in Python is an effective way to work with raw bytes fetched from files, databases, or APIs. You can do this in just three steps using the bytes.decode() method.
Python GUIs: Getting Started With NiceGUI for Web UI Development in Python — Your First Steps With the NiceGUI Library for Web UI Development

Link: https://www.pythonguis.com/tutorials/getting-started-nicegui/

NiceGUI is a Python library that allows developers to create interactive web applications with minimal effort. It's intuitive and easy to use. It provides a high-level interface to build modern web-ba
👍1
Django Weblog: 2026 DSF Board Election Results

Link: https://www.djangoproject.com/weblog/2025/nov/28/2026-dsf-board-election-results/

The 2026 DSF Board Election has closed, and the following candidates have been elected:

Jacob Kaplan-Moss
Priya Pahwa
Ryan Cheley

They will all serve two years for their term.
2026 Board
Directors e
Zero to Mastery: [November 2025] Python Monthly Newsletter 🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-november-2025/?utm_source=python-rss-feed

72nd issue of Andrei's Python Monthly: uv is the Future, Python Hyperflask, Python 3.14 is here, and much more. Read the full newsletter to get up-to-date with everything you need to know from last mo
death and gravity: reader 3.20 released – we're so back

Link: https://death.andgravity.com/reader-3-20

Hi there!
I'm happy to announce version 3.20 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.16.
Web app re-design #
In early 2025,
I started a web app re