Fri, June 06, 2025
This Week in Python is a concise reading list about what happened in the past week in the Python universe.
Python Articles
- Teaching Python with Codespaces
- How local variables work in Python bytecode
- Interfacing MCP with Combinatorial, Convex, and SMT Solvers
- Recent disruptive changes from Setuptools
- PEPs & Co.
Projects
- py-pglite – Test your app with Postgres just as lite as SQLite – by @wey_gu
- pyleak – Detect leaked asyncio tasks, threads, and event loop blocking in Python – by @deepankarm
- patdb – A snappy + easy + pretty TUI debugger for Python – by @PatrickKidger
- ez-mcp – The easiest path to getting an MCP server going – by @intellectronica
- skylos – static analysis tool for Python codebases