Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
"Michael Kennedy's Thoughts on Technology": Course: Agentic AI for Python Devs

Link: https://mkennedy.codes/posts/agentic-ai-programming-for-python-devs-course/


I just published a brand new course over at Talk Python: Agentic AI Programming for Python Devs.
This course teaches you how to collaborate with agentic AI tools, not just chatbots or autocomplete, b
Graham Dumpleton: Detecting object wrappers

Link: https://grahamdumpleton.me/posts/2025/10/detecting-object-wrappers/

It should not need to be said, but monkey patching is evil.
At least that is the mantra we like to recite, but reality is that for some things in Python it is the only practical solution.
The best exa
Seth Michael Larson: Easily create co-authored commits with GitHub handles

Link: https://sethmlarson.dev/easy-github-co-authored-by?utm_campaign=rss

You can add co-authors to a GitHub commit using the Co-authored-by
field in the git commit message. But what if your co-author doesn't have a
public email address listed on GitHub?
No problem, you can
Real Python: The Real Python Podcast – Episode #271: Benchmarking Python 3.14 & Enabling Asyncio to Scale

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

How does Python 3.14 perform under a few hand-crafted benchmarks? Does the performance of asyncio scale on the free-threaded build? Christopher Trudeau is back on the show this week, bringing another