Planet Python RSS
218 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Kay Hayen: Nuitka Release 1.3

Link: https://nuitka.net/changelog/posts/nuitka-release-13.html

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release contains a large amount of performance work, that should
spec
Real Python: Quiz: Control Flow Structures in Python

Link: https://realpython.com/quizzes/python-control-flow/

In this quiz, you’ll test your understanding of control flow structures in Python. Control flow dictates the order in which your code executes, letting you make choices, repeat work, and handle except
Real Python: Control Flow Structures in Python

Link: https://realpython.com/python-control-flow/

Python’s control flow structures allow you to dictate the order in which statements execute in your program. You can do this by using structures like conditionals, loops, and others.
Normally, your co
Seth Michael Larson: Volunteer Responsibility Amnesty Day (Spring 2025)

Link: https://sethmlarson.dev/observing-volunteer-amnesty-day?utm_campaign=rss

After thinking about doing so for the past few years I am finally
following through on observing Volunteer Responsibility Amnesty Day (abbreviated VRAD),
specifically for most of my volunteer open sou
Wingware: Wing Python IDE Version 10.0.10 - May 28, 2025

Link: https://wingware.com/news/2025-05-28

Wing 10.0.10 fixes the Python Shell and Debug Probe when running Python 3.13.3 or later.
See the change log for details.
Download Wing 10 Now: Wing Pro |
Wing Personal |
Wing 101 |
Compare Products
Kay Hayen: Nuitka Release 2.7

Link: https://nuitka.net/posts/nuitka-release-27.html

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release adds a ton of new features and corrections.
Bug Fixes

macOS:
Real Python: The Real Python Podcast – Episode #251: Python Thread Safety & Managing Projects With uv

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

What are the ways you can manage multithreaded code in Python? What synchronization techniques are available within Python's threading module? Christopher Trudeau is back on the show this week, bringi
Zero to Mastery: [May 2025] Python Monthly Newsletter 🐍

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

66th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python's New t-strings, The Best Programmers I Know, and much more. Read the full newsletter to get up-to-date with everything you n
Anarcat: Traffic meter per ASN without logs

Link: https://anarc.at/blog/2025-05-30-asncounter/

Have you ever found yourself in the situation where you had no or
anonymized logs and still wanted to figure out where your traffic was
coming from?
Or you have multiple upstreams and are looking to s
The Python Coding Stack: What's the Difference Between Zipping and Unzipping Your Jacket? • Unzipping in Python

Link: https://www.thepythoncodingstack.com/p/python-unzipping-using-zip

Today's post is short and visual. You probably used Python's zip() before. (But if you haven't, you'll figure out what it does in this article, so don't worry!)But how often have you used Python's unz
Zato Blog: Enterprise Python: Integrating with Salesforce

Link: https://zato.io/en/blog/salesforce-python.html


Enterprise Python: Integrating with Salesforce


2025-06-02, by Dariusz Suchojad


Overview
Salesforce connections are one of the newest additions to
Zato
3.2, allowing you to look up and manage Sa
Real Python: How Can You Structure Your Python Script?

Link: https://realpython.com/python-script-structure/

You may have begun your Python journey interactively, exploring ideas within Jupyter Notebooks or through the Python REPL. While that’s great for quick experimentation and immediate feedback, you’ll l
Ari Lamstein: New Release: Covid Demographics Explorer v2

Link: https://arilamstein.com/blog/2025/06/02/new-release-covid-demographics-explorer-v2/

I recently published a new version of my Covid Demographics Explorer app. I encourage you to try it out!
This version adds data from the 2023 American Community Survey (ACS) 1-year estimates, and has
Seth Michael Larson: Pikmin 2 International Treasure Hoard

Link: https://sethmlarson.dev/pikmin-2-international-treasure-hoard?utm_campaign=rss



Pikmin 2 is a treasure collect-a-thon for the GameCube.
One of the most distinguishing features of the treasures
is that they sometimes use real-life brands like Duracell
and Dr. Pepper.
The game ha
Talk Python to Me: #507: Agentic AI Workflows with LangGraph

Link: https://talkpython.fm/episodes/show/507/agentic-ai-workflows-with-langgraph

If you want to leverage the power of LLMs in your Python apps, you would be wise to consider an agentic framework. Agentic empowers the LLMs to use tools and take further action based on what it has l
Nicola Iarocci: Eve 2.2.1

Link: https://nicolaiarocci.com/eve-2.2.1/

Eve v2.2.1 was just released on PyPI. It is a minor upgrade, but it includes a remarkable performance increase contributed by Alexander Urieles. Also, thanks to Svante Bengtson and Pablo Parada for th
Real Python: Quiz: How Can You Structure Your Python Script?

Link: https://realpython.com/quizzes/python-script-structure/

In this quiz, you’ll test your understanding of the tutorial How Can You Structure Your Python Script?
By working through this quiz, you’ll revisit best practices for organizing your Python scripts, i