Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Working With Python's Built-in Exceptions

Link: https://realpython.com/courses/working-builtin-exceptions/

Python has a complete set of built-in exceptions that provide a quick and efficient way to handle errors and exceptional situations in your code. Knowing the most commonly used built-in exceptions is
PyCoder’s Weekly: Issue #692: PyPI, pedalboard, Django URL Patterns, and More (July 29, 2025)

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

#692 – JULY 29, 2025 View in Browser » Supporting the Python Package Index What goes into supporting more than 650,000 projects and nearly a million users of the Python Package Index? This week
Mike Driscoll: Creating a Simple XML Editor in Your Terminal with Python and Textual

Link: https://www.blog.pythonlibrary.org/2025/07/30/tui-xml-editor/

Several years ago, I created an XML editor with the wxPython GUI toolkit called Boomslang. I recently thought it would be fun to port that code to Textual so I could have an XML viewer and editor in m
Armin Ronacher: Agentic Coding Things That Didn’t Work

Link: https://lucumr.pocoo.org/2025/7/30/things-that-didnt-work/

Using Claude Code and other agentic coding tools has become all the rage. Not
only is it getting millions of
downloads,
but these tools are also gaining features that help streamline workflows. As
y
Real Python: Python's asyncio: A Hands-On Walkthrough

Link: https://realpython.com/async-io-python/

Python’s asyncio library enables you to write concurrent code using the async and await keywords. The core building blocks of async I/O in Python are awaitable objects—most often coroutines—that an ev
Test and Code: 236: Git Tips for Testing - Adam Johnson

Link: https://testandcode.com/episodes/git-tips-for-testing

In this episode, host Brian Okken and guest Adam Johnson explore essential Git features, highlighted by Adam's updated book, "Boost Your Git DX." Key topics include "cherry picking" for selective comm
PyCharm: Bazel Plugin Release: General Availability

Link: https://blog.jetbrains.com/idea/2025/07/bazel-ga-release/
Zero to Mastery: [July 2025] Python Monthly Newsletter 🐍

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

68th issue of Andrei Neagoie's must-read monthly Python Newsletter: Fastest Python, MCP Eats The World, Optimize Your Python, and much more. Read the full newsletter to get up-to-date with everything
Django Weblog: Djangonaut Space is looking for contributors to be mentors

Link: https://www.djangoproject.com/weblog/2025/jul/31/djangonaut-space-looking-for-mentors/

Hello Django 🌌 Universe!
🛰️‍ This is Djangonaut Space phoning home about Session 5! We're recruiting technical mentors (Navigators) to join our next 🌟stellar🌟 mission.
👩‍🚀 We are looking for people wh
Python Morsels: Nested functions in Python

Link: https://www.pythonmorsels.com/nested-functions/

Functions in Python can be defined within another function.



Table of contents

A function defined within a function
A function returned from another function
The enclosing scope
Closures with neste
Real Python: The Real Python Podcast – Episode #259: Design Patterns That Don't Translate to Python

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

Do the design patterns learned in other programming languages translate to coding in Python? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and
meejah.ca: ShWiM: peer-to-peer terminal sharing

Link: https://meejah.ca/blog/initial-shwim-release

SHell WIth Me combines magic-wormhole and tty-share for e2ee, p2p terminal sharing
Wingware: Wing Python IDE Version 11.0.3 - August 1, 2025

Link: https://wingware.com/news/2025-08-01

Wing Python IDE version 11.0.3 has been released. It improves Python code analysis,
fixes problems debugging Django templates, fixes refactoring when the target file
is in a hidden directory, and mak
Matt Layman: Python and AI workflow with LangGraph

Link: https://www.mattlayman.com/videos/python-and-ai-workflow-with-langgraph/

In this stream, I worked on a personal AI workflow that I’m building using LangGraph. I discussed human-in-the-loop and how to bring a person into the workflow process.
Django Weblog: DSF member of the month - Jake Howard

Link: https://www.djangoproject.com/weblog/2025/aug/03/dsf-member-of-the-month-jake-howard/

For July 2025, we welcome Jake Howard as our DSF member of the month!
Jake actively shares his knowledge through blog posts and community talks. He is part of the Security Team Working Group and he
The Python Coding Stack: Flashy, Fancy Shortcuts Aren't Always Suitable [Python Shorts]

Link: https://www.thepythoncodingstack.com/p/flashy-fancy-shortcuts-arent-always

In the previous post, I talked about Python's or keyword and how it doesn't behave the way you may expect it to. Here's the link to that article if you missed it: Do You Really Know How `or` And `and`
PyCharm

Link:



The Bazel Plugin for IntelliJ IDEA Is Now Generally Available!
After much anticipation, we are finally ready to announce the general availability (GA) of the new Bazel plugin for IntelliJ IDEA, PyCh