Planet Python RSS
214 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: A History of Python Versions and Features

Link: https://realpython.com/courses/history-python-versions-features/

This course gives you a direct, practical overview of how Python has evolved—what changed in each major version, why it matters, and how to use the features that define modern Python. You’ll see both
Nicola Iarocci: Python: The Documentary

Link: https://nicolaiarocci.com/python-the-documentary/


This is the story of the world’s most beloved programming language: Python. What began as a side project in Amsterdam during the 1990s became the software powering artificial intelligence, data scien
Ari Lamstein: Free Course: Learn to Build Data Apps with Streamlit!

Link: https://arilamstein.com/blog/2025/09/02/free-course-learn-to-build-data-apps-with-streamlit/

I’m thrilled to launch a hands-on, week-long email course that walks you through building, customizing, and deploying an interactive data app in Python using Streamlit. By the end of seven short lesso
PyCharm: The Most Popular Python Frameworks and Libraries in 2025

Link: https://blog.jetbrains.com/pycharm/2025/09/the-most-popular-python-frameworks-and-libraries-in-2025/

Whether you’re building APIs, dashboards, or machine learning pipelines, choosing the right framework can make or break your project.
Every year, we survey thousands of Python developers to help you u
PyCoder’s Weekly: Issue #697: Python Documentary, Tracking Malicious Code, Docstrings, and More (Sept. 2, 2025)

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

#697 – SEPTEMBER 2, 2025 View in Browser » Python: The Documentary | An Origin Story “This is the story of the world’s most beloved programming language: Python. What began as a side project in
Rodrigo Girão Serrão: TIL #131 – Change casing in search & replace

Link: https://mathspp.com/blog/til/change-casing-in-search-and-replace


Today I learned you can change the casing of matched groups when doing a search & replace in VS Code with regex.
VS Code has a search & replace feature that lets you use regex to look for patterns an
Real Python: Quiz: Python String Splitting

Link: https://realpython.com/quizzes/python-string-splitting/

Ready to brush up on Python’s string splitting skills? This quiz will help you practice how to use split(), handle whitespace, manage delimiters, and even tackle trickier patterns with regex.
You’ll g
Real Python: Quiz: uv vs pip: Managing Python Packages and Dependencies

Link: https://realpython.com/quizzes/uv-vs-pip/

In this quiz, you’ll test your understanding of uv vs pip: Managing Python Packages and Dependencies.
With this knowledge, you’ll be able to confidently choose between pip, the default and widely supp
The Python Show: 55 - The Python Documentary with Paul Everitt

Link: https://www.pythonshow.com/p/55-the-python-documentary-with-paul

In this episode, we have special guest Paul Everitt on the show to talk about the new Python Documentary that came our last week. Paul is the head of developer advocacy at JetBrains and a “Python olds
Django Weblog: Django security releases issued: 5.2.6, 5.1.12, and 4.2.24

Link: https://www.djangoproject.com/weblog/2025/sep/03/security-releases/

In accordance with our security release policy, the Django team
is issuing releases for
Django 5.2.6,
Django 5.1.12, and
Django 4.2.24.
These releases address the security issues detailed below. We en
Mike Driscoll: Ep 55 – The Python Show Podcast – The Python Documentary with Paul Everitt

Link: https://www.blog.pythonlibrary.org/2025/09/03/ep-55-the-python-show-podcast-the-python-documentary-with-paul-everitt/

In this episode, we have special guest Paul Everitt on the show to discuss the new Python Documentary that was released last week. Paul is the head of developer advocacy at JetBrains and a “Python old
Real Python: uv vs pip: Managing Python Packages and Dependencies

Link: https://realpython.com/uv-vs-pip/

When it comes to Python package managers, the choice often comes down to uv vs pip. You may choose pip for out-of-the-box availability, broad compatibility, and reliable ecosystem support. In contrast
Python Morsels: The power of Python's print function

Link: https://www.pythonmorsels.com/the-power-of-print/

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
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