Planet Python RSS
218 subscribers
16.6K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Real Python: Execute Your Python Scripts With a Shebang

Link: https://realpython.com/courses/execute-python-scripts-with-shebang/

In shell scripts, the shebang line (#!) specifies the path to the interpreter that should execute the file. You can place it at the top of your Python file to tell the shell how to run your script, al
PyCoder’s Weekly: Issue #684: NumPy Type Hints, LEGB, Pyrefly vs ty, and More (June 3, 2025)

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

#684 – JUNE 3, 2025 View in Browser » NumPy Array Type Hints Thanks to improvements in NumPy typing support, NumPy generic arrays can now type both shape and dtype, offering opportunities for im
Python Insider: Python 3.13.4, 3.12.11, 3.11.13, 3.10.18 and 3.9.23 are now available

Link: https://pythoninsider.blogspot.com/2025/06/python-3134-31211-31113-31018-and-3923.html

 Python Release Party
It was only meant to be release day for 3.13.4 today, but poor number
13 looked so lonely… And hey, we had a couple of tarfile CVEs that we
had to fix. So most of the Release M
Armin Ronacher: AI Changes Everything

Link: http://lucumr.pocoo.org/2025/6/4/changes

At the moment I'm working on a new project.
Even over the last two months, the way I do this has changed profoundly.
Where I used to spend most of my time in Cursor, I now mostly use Claude
Code, almo