Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Graham Dumpleton: Wrapping immutable objects

Link: https://grahamdumpleton.me/posts/2025/10/wrapping-immutable-types/

I am finally close to releasing wrapt version 2.0.0. The release has been delayed a bit as someone raised a number of questions about special Python dunder methods which the ObjectProxy class in wrapt
Real Python: The Real Python Podcast – Episode #270: Evolving Teaching Python in the Classroom

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

How is teaching young students Python changing with the advent of LLMs? This week on the show, Kelly Schuster-Paredes from the Teaching Python podcast joins us to discuss coding and AI in the classroo
Armin Ronacher: Building an Agent That Leverages Throwaway Code

Link: https://lucumr.pocoo.org/2025/10/17/code/

In August I wrote about my experiments with replacing
MCP (Model Context
Protocol) with code. In
the time since I utilized that idea for exploring non-coding agents at
Earendil. And I’m not alone!