Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Quiz: Managing Multiple Python Versions With pyenv

Link: https://realpython.com/quizzes/intro-to-pyenv/

In this quiz, you’ll test your understanding of Managing Multiple Python Versions With pyenv.
You’ll revisit how to install multiple versions of Python and switch between the installed versions.

[ Im
Brian Okken: Test and Code Archive is now available

Link: https://pythontest.com/posts/2025/test-and-code-archive-up/

I really appreciate all of the positive feedback I’ve gotten when I announced that I was stopping the Test & Code podcast.
I mean, I didn’t get any “good idea, you that’s a terrible show” feedback, th
Real Python: Managing Multiple Python Versions With pyenv

Link: https://realpython.com/intro-to-pyenv/

The pyenv command-line tool allows you to install and switch between multiple Python versions without interfering with your operating system’s Python installation. This enables you to test code across
Daniel Roy Greenfeld: TIL: Setting environment variables for pytest

Link: https://daniel.feldroy.com/posts/til-2025-09-setting-environment-variables-for-pytest

When writing tests in pytest, often there's a need to set environment variables for your tests. Instead of modifying os.environ directly, which can lead to side effects and make tests harder to manage
Armin Ronacher: Passkeys and Modern Authentication

Link: https://lucumr.pocoo.org/2025/9/2/passkeys/

There is an ongoing trend in the industry to move people away from username and
password towards passkeys. The
intentions here are good, and I would assume that this has a significant net
benefit for
Python Software Foundation: The 2025 PSF Board Election is Open!

Link: https://pyfound.blogspot.com/2025/09/the-2025-psf-board-election-is-open.html

It’s time to cast your vote! Voting for the 2025 PSF Board Election is open starting today Tuesday, September 2nd, 2:00 pm UTC, through Tuesday, September 16th, 2:00 pm UTC. How to VoteIf you are a vo
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