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
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
Pycoders
PyCoder’s Weekly | Issue #692
PyPI, pedalboard, Django URL Patterns, and More
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
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
Mouse Vs Python
Creating a Simple XML Editor in Your Terminal with Python and Textual - Mouse Vs Python
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
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
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
Armin Ronacher's Thoughts and Writings
Agentic Coding Things That Didn’t Work
Some of my attempts to make agents work better that just didn’t work.
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
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
Realpython
Python's asyncio: A Hands-On Walkthrough – Real Python
Explore how Python asyncio works and when to use it. Follow hands-on examples to build efficient programs with coroutines and awaitable tasks.
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
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
Test & Code
Test & Code | 236: Git Tips for Testing - Adam Johnson
In this episode, host Brian Okken and guest Adam Johnson explore essential Git features, highlighted by Adam's updated book,