Planet Python RSS
217 subscribers
16.6K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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