Python Hub Weekly Digest
This week, Engrim introduces a local-first Python memory layer for coding agents, enhancing project context across various tools. LintLang offers a static analyzer for identifying issues in AI agent prompts and configurations. The article on rapidly scaling online storage details OpenAI's evolution of Habitat to support over 1 billion ChatGPT users. Have a good week and happy coding!
engrim
Engrim is a local-first Python memory layer for coding agents that preserves project context and decisions across tools like Claude Code, Cursor, Codex, Windsurf, and OpenCode.
LintLang
LintLang is a Python-based static analyzer that catches ambiguous, conflicting, and error-prone instructions in AI agent prompts, tool descriptions, and configuration files.
dbt-charts
A declarative YAML syntax around SQL for making dashboards.
FlashML-org / FreeToken
FreeToken brings datacenter-scale model serving to your desktop. Run massive models locally, fast and efficiently.
tenderness
Library for synthetic text-dense document generation with pixel perfect bboxes for your VLM and OCR models.
Python Hub Weekly Digest for 2026-09-20
Python Workers are now generally available
Django raw SQL migrations next to the ORM
Keep Django ORM migrations; version views, indexes, and rollback SQL with a manage.py check.
Soft-deprecating re.match()
The article explains when to use re.prefixmatch(), re.search(), and re.fullmatch(), what soft deprecation means for existing code, and how to flag re.match() usage with Ruff.
Rapidly scaling online storage to serve over 1 billion ChatGPT users
Learn how OpenAI evolved Habitat from a Python library into a globally distributed storage platform serving 1 billion ChatGPT users and 22M requests per second.
Pandas Should Go Extinct
Eddie Atkinson makes the case that many teams move from Pandas to distributed systems too early, when single-machine tools like Polars and DuckDB can handle much larger analytical workloads with significantly better performance and memory efficiency in his benchmarks. He highlights lazy execution, multithreading, streaming, spill-to-disk, and Arrow interoperability as reasons these tools...
The last mile of a long road: faster NumPy in the browser
NumPy in the browser now uses OpenBLAS through Emscripten-forge, accelerating matrix multiplication by up to 30.92× for float32 and 14.90× for float64 in the authors’ 1024×1024 benchmarks. The article details the WebAssembly and Fortran toolchain work behind the improvement, plus upcoming SIMD optimizations that push performance further, reaching up to 64.89× with optional Relaxed SIMD i...
Playing with a Badgeware Badger
Ben Tasker shares his experience customizing the Badgeware Badger—a Raspberry Pi RP2350-powered e-ink name badge running MicroPython. He details troubleshooting image formatting, color-depth, and font sizing issues to display his custom avatar, a Fediverse social handle, and logo on the device.
Django: serve the change password well-known URL
Adam Johnson explains how to implement the standard /.well-known/change-password URL redirect in Django using RedirectView, helping password managers direct users to their password change pages. He also covers testing the endpoint, checking for server misconfigurations that could interfere with password managers, and setting the correct autocomplete attributes on password fields.
Jitter is the cheapest reliability fix you are not using
Distributed systems synchronise themselves without being told to: every client that retries on a fixed interval, restarts after a deploy, or reconnects after a network blip ends up firing at the same moment as every other client. The resulting spike is a self-inflicted denial of service that no single component is responsible for. Adding randomness to any repeating interval breaks the al...
Yokan: a compiler from a statically typed subset of Python to native desktop apps
Develop on real CPython with hot reload, ship one native binary, and check that both runs behave the same.
There are only twelve 4x4 sudokus - and a cool trick for finding minimal subsets
The article explores 4Ă—4 Sudoku, showing that there are 288 valid solutions, which reduce to just 12 structurally distinct grids when digit permutations are ignored. Using Python brute force and a clever bitmask technique for checking minimal subsets, the author identifies 85,632 minimal puzzles (3,568 up to digit permutations), each with a unique solution that becomes non-unique if any ...
k2-fsa / OmniVoice
High-Quality Voice Cloning TTS for 600+ Languages
caronc / apprise
Apprise - Push Notifications that work with just about every platform!
fugleramme
E-ink bird frame for Raspberry Pi - real-time bird detection by audio, fully local AI, rendered as real, hand-cut 1800s bird illustrations.
TencentCloud / Octop
A smarter, self-hosted AI assistant — multi-user, multi-agent.
Cayu
Cayu is a production agent runtime for building and operating AI agents in Python.
Hyperresearch
Agent-driven research knowledge base. Agents collect, search, and synthesize web research into a persistent, searchable wiki.
Agents Without Code: Skills, YAML, and Filesystems Replaced Python
Philipp Schmid demonstrates how improving LLM capabilities allow developers to replace complex Python agent orchestration with simple instructions and skill files (AGENTS.md and SKILL.md) running inside hosted sandboxes. By building the same GitHub pull request review agent three times, he shows why developers should simplify agent architectures, rely on general-purpose tools, and focus ...
Project by Ruslan Keba. Since 2012. Powered by Python. Made in 🇺🇦Ukraine.