Planet Python RSS
213 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Seth Michael Larson: Extracting NES & N64 ROMs from Zelda Collector's Edition

Link: https://sethmlarson.dev/extracting-nes-and-n64-from-zelda-collectors-edition?utm_campaign=rss

Gaming as a hobby is about to become much more expensive in the United States due to tariffs.
I cannot recall a time in the past where a console's price has increased during its generation, and yet th
Python Morsels: The power of Python's print function

Link: https://www.pythonmorsels.com/print-features/

Python's print function includes abilities that are easily overlooked, even by long-time Pythonistas.



Table of contents

Using multiple arguments
Unpacking an iterable into print
Using print instea
Django Weblog: Keyboard shorcuts in Django via GSoC 2025

Link: https://www.djangoproject.com/weblog/2025/sep/04/keyboard-shorcuts-in-django-via-gsoc-2025/

This summer I participated in the Google Summer of Code program with Django. My work focused on introducing keyboard shortcuts to the Django admin interface which led to a new package: django-admin-ke
Stéphane Wirtel: Utilisation d'Obsidian comme source pour Hugo

Link: https://wirtel.be/post/2025/09/04/use-obsidian-as-source-for-hugo/

Au début juillet, dans mon précédent post Utilisation d’Obsidian pour Hugo , j’expliquais que je regardais comment utiliser Obsidian comme source pour mon blog. Jusqu’ici, j’écrivais mes posts dans VS
Django Weblog: Last call for DjangoCon US 2025 tickets!

Link: https://www.djangoproject.com/weblog/2025/sep/04/last-call-for-djangocon-us-2025-tickets/

DjangoCon US starts next week in Chicago, IL on September 8-12th, 2025!
With three amazing keynotes and over fifty presentations over three days, join us in person or online where you can watch presen
Trey Hunner: Customizing your Python REPL's color scheme (Python 3.14+)

Link: https://treyhunner.com/2025/09/customizing-your-python-repl-color-scheme/

Did you know that Python 3.14 will include syntax highlighting in the REPL?
Python 3.14 is due to be officially released in about a month.
I recommended tweaking your Python setup now so you’ll have y
Real Python: The Real Python Podcast – Episode #264: Large Language Models on the Edge of the Scaling Laws

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

What's happening with the latest releases of large language models? Is the industry hitting the edge of the scaling laws, and do the current benchmarks provide reliable performance assessments? This w
Django Weblog: DSF at EuroPython 2025: Celebrating 20 years of Django

Link: https://www.djangoproject.com/weblog/2025/sep/05/dsf-at-europython-2025-celebrating-20-years/


This year, the Django Software Foundation (DSF) was invited by EuroPython to come to the event, showcase the framework and the vibrant community around it. The DSF had a booth in the community area w
Brian Okken: Python People podcast now at pythontest.com/pythonpeople

Link: https://pythontest.com/posts/2025/python-people-moved/

Like the I recent archival of Test and Code, the Python People podcast has also moved. Python People is now at pythontest.com/pythonpeople.
Is it also archived? As in done?
I don’t think so. I think I
Brian Okken: Python People podcast now at pythontest.com/pythonpeople

Link: https://pythontest.com/python-people-moved/

Like the recent archival of Test and Code, the Python People podcast has also moved. Python People is now at pythontest.com/pythonpeople.
Is it also archived? As in done?
I don’t think so. I think I m
Armin Ronacher: 996

Link: https://lucumr.pocoo.org/2025/9/4/996/


“Amazing salary, hackerhouse in SF, crazy equity.
996. Our mission is
OSS.” — Gregor Zunic
“The current vibe is no drinking, no drugs, 9-9-6, […].” — Daksh
Gupta
“The truth is, China’s really doing ‘
Hugo van Kemenade: Ready prek go!

Link: https://hugovk.dev/blog/2025/ready-prek-go/

I’ve been using prek recently as a drop-in replacement for
pre-commit.
It uses uv for managing Python virtual environments and dependencies, is rewritten in
Rust (because of course) and uses the same
Rodrigo Girão Serrão: uv cheatsheet

Link: https://mathspp.com/blog/uv-cheatsheet


Cheatsheet with the most common and useful uv commands to manage projects and dependencies, publish projects, manage tools, and more.
This cheatsheet lists the most commonly used commands and should
TechBeamers Python: Python Memory Tricks: Optimize Your Code for Efficiency in 2025

Link: https://techbeamers.com/python-memory-tricks/

Learn 8 tricks to reduce memory use in Python programs. Fix memory leaks, pick better data structures, and work with large amounts of data more easily. Use tools like generators and slots with simple
Real Python: The Python Documentary Celebrates History While Developer Surveys Celebrate Python

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

Python is making history, and headlines. The much-anticipated Python: The Documentary premiered last month, capturing 34 years of programming history. But Python isn’t just looking back, it’s also mov
Django Weblog: Getting Started With Open Source Through Community Events

Link: https://www.djangoproject.com/weblog/2025/sep/08/getting-started-with-open-source-through-community/

In July, I joined Raffaella Suardini and Sage Abdullah for the Djangonaut Space Space Reviewers Episode 6, where we reviewed a Django PR during a live stream. This was a fun event. I won’t get into th
Python Morsels: Python REPL Shortcuts & Features

Link: https://www.pythonmorsels.com/repl-features/

Discover the new Python REPL features introduced in Python 3.13. From keyboard shortcuts to block navigation, this reference guide will help you better utilize Python's interactive shell.


Table of c
Real Python: Quiz: Defining and Calling Python Functions

Link: https://realpython.com/quizzes/defining-and-calling-functions/

Ready to revisit how Python functions work? In this quiz, you’ll practice defining and calling functions, using positional and keyword arguments, managing defaults, and writing docstrings. You’ll also
Real Python: Quiz: Sorting Dictionaries in Python: Keys, Values, and More

Link: https://realpython.com/quizzes/sorting-dictionaries-keys-values-more/

This quiz helps you practice sorting dictionaries by keys, values, and custom rules in modern Python. You’ll revisit how insertion order works, when to use different views, and how to rebuild sorted d