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
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
grahamdumpleton.me
Wrapping immutable objects - Graham Dumpleton
Using the wrapt object proxy around immutable objects.
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
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
Realpython
Episode #270: Evolving Teaching Python in the Classroom ā The Real Python Podcast
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 classroom.
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!
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!
Armin Ronacher's Thoughts and Writings
Building an Agent That Leverages Throwaway Code
Revisiting agents writing code for non code purposes.