Python HubHuman-curated Python news, articles, projects and tools worth your time.
— x.com/PythonHub
— telegram.me/PythonHub
— mastodon.social/@pythonhub
— bluesky/@pythonhub.dev
— On Patreon, just $1 per month
Share a news, article or interesting project. Link will be published after manual review.
Subscribe to Python Hub Weekly Digest
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 ...
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...
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.
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...
microsoft / data-formulator
πͺ Data Formulator is an interactive AI-powered data analysis system makes it easy to connect, explore and visualize data.
cloud-in-a-bottle
Deploy, use, and share web apps on a server you control. Your apps, data, and infrastructure stay yours.
Neocarta
Library built for generating semantic layer graphs for query routing, query generation and data discovery.
NPC-Forge
NPC-Forge is a framework for building conversational agents that run on the CPU without relying on machine learning or LLMs.
OpenExecutive
AI-powered virtual executive team, a single coherent executive persona backed by 8 specialist Claude agents (FastAPI + Next.js).
2026-09-20 · 2026-09-13 · 2026-09-06 · 2026-08-30 · 2026-08-23 · 2026-08-16 · 2026-08-09 · 2026-08-02 · 2026-07-26 · 2026-07-19 · 2026-07-12 · 2026-07-05 · 2026-06-28 · 2026-06-21 · 2026-06-14 · 2026-06-07 · 2026-05-31 · 2026-05-24 · 2026-05-17 · 2026-05-10 · 2026-05-03 · 2026-04-26 · 2026-04-19 · 2026-04-12 · 2026-04-05 · 2026-03-29 · 2026-03-22 · 2026-03-15 · 2026-03-08 · 2026-03-01 · 2026-02-22 · 2026-02-15 · 2026-02-08 · 2026-02-01 · 2026-01-25 · 2026-01-18 · 2026-01-11 · 2026-01-04 · 2025-12-28 · 2025-12-21 · 2025-12-14 · 2025-12-07 · 2025-11-30 · 2025-11-23 · 2025-11-16 · 2025-11-09 · 2025-11-02 · 2025-10-26 · 2025-10-19 · 2025-10-12 · 2025-10-05 · 2025-09-28 · 2025-09-21 · 2025-09-14 · 2025-09-07 · 2025-08-31 · 2025-08-24 · 2025-08-17 · 2025-08-10 · 2025-08-03
Project by Ruslan Keba. Since 2012. Powered by Python. Made in πΊπ¦Ukraine.