Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Real Python: Quiz: Python Namespace Packages

Link: https://realpython.com/quizzes/python-namespace-package/

In this quiz, you’ll practice your knowledge about Python’s namespace packages.
What are they used for? How do you set up a namespace package? How could you create one before PEP 420? Complete this qu
Real Python: Quiz: Using the "or" Boolean Operator in Python

Link: https://realpython.com/quizzes/python-or-operator/

In this quiz, you’ll test your understanding of the Python or Operator.
You’ll learn how to use it in both Boolean and non-Boolean contexts,
and understand how it can be used to solve programming prob
Real Python: Quiz: Working With Python's Built-in Exceptions

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

In this quiz, you’ll revisit Python’s built-in exceptions, exploring their hierarchy and how to handle them gracefully. You’ll practice distinguishing between errors and exceptions, using try...except
Real Python: Quiz: Skip Ahead in Loops With Python's Continue Keyword

Link: https://realpython.com/quizzes/python-continue/

In this quiz, you’ll test your understanding of
Python’s continue statement.
The continue statement allows you to skip code in a loop for the current iteration,
jumping immediately to the next iterati
Stéphane Wirtel: Relancer l’écriture de mon livre *Introduction à Python 3.13*

Link: https://wirtel.be/post/2025/08/04/relancer-l%C3%A9criture-de-mon-livre-introduction-%C3%A0-python-3.13/

✍️ Écrire (et réécrire) mon livre Introduction à Python 3.13
Quand j’ai commencé mon parcours en tant qu’indépendant, mon objectif était limpide : donner des formations sur Python. Expliquer comment l
Real Python: Quiz: Introduction to Web Scraping With Python

Link: https://realpython.com/quizzes/introduction-to-web-scraping-with-python/

In this quiz, you’ll practice core concepts from Introduction to Web Scraping With Python. You’ll revisit what web scraping is, when to use Beautiful Soup, and how to install and configure your enviro