PythonHub Logo Python Hub Weekly Digest for 2026-04-19

This week in Python, a popular post discussed how NATS JetStream can replace Kafka, Redis, and RabbitMQ, simplifying architecture. There's a new course on drone programming using Python and Pyimverse simulator. Interesting projects include 'caveman', a plugin that makes agent talk like a caveman, and 'TinyProgrammer', a device that autonomously writes, runs, and watches Python programs. Articles covered topics like Gradient Boosting Parameters, Components of a Coding Agent, and enforcing business logic in the database with Django. Have a great week and happy coding!

đź’– Most Popular

I Replaced Kafka, Redis, and RabbitMQ With One Tool. Here’s What I Learned.
The post’s core idea is that NATS JetStream can replace separate Kafka, Redis, and RabbitMQ setups by covering streaming, queueing, and pub/sub in one system. It argues this can simplify architecture and reduce the operational overhead of running multiple messaging tools for different workloads.

A WYSIWYG word processor in Python

Learn Drone Programming with Python – Tutorial
Learn drone programming using Python and the high-fidelity Pyimverse simulator. The course is designed to take you from the fundamentals of 3D movement to deploying advanced computer vision across five practical, real-world missions. By focusing on simulation first, you can develop intelligent autonomous code for tasks like gesture control and line following without the risk of expensive...

caveman
A Claude Code skill/plugin and Codex plugin that makes agent talk like caveman - cutting ~75% of output tokens while keeping full technical accuracy. Plus a companion tool that compresses your memory files to cut ~45% of input tokens every session.

TinyProgrammer
A self-contained device that autonomously writes, runs, and watches little Python programs... forever.


đź“– Articles

Gradient Boosting Parameters
This post will walk through how you can use the same principles behind Gradient Boosting Machines (GBM) to predict parameters of models in the same way traditional GBMs predict 1-dimensional targets. This allows us to get the benefits of Gradient Boosting (large feature sets, high dimensional interactions, modeling at scale) to fit things like smoothing splines, survival analysis, and pr...

Components of A Coding Agent
The post breaks down coding agents into a few core parts: a model, tools, instructions, and a loop for planning, acting, and verifying. Its main point is that good coding agents are less about raw model power and more about how well they coordinate context, tool use, and iterative feedback.

Django Table, Filter and Export With Htmx
The article shows how to combine HTMX, django-tables2, and django-filter to build a reusable “universal table” that supports filtering and exporting in a single view without custom JavaScript. The key idea is consolidating table, filter, and export logic into one composable backend pattern, enabling cleaner views and dynamic UI updates via partial page reloads.

Enforce Business Logic in the Database with Django
Use transactions, locks, and constraints in Django to enforce business logic in the database.

Qdrant: Perfect Vector Store For RAG in Python
This tutorial demonstrates how to use Qdrant, a specialized vector search engine, to combine semantic similarity with hard metadata filtering in Python for more precise RAG applications

How to Actually use Python's heapq for Kth Largest Problems
Learn how to efficiently find the Kth largest element using Python's heapq module with the Min heap of size K strategy.

Python Hub Weekly Digest for 2026-04-12


⚙️ Projects

Docking
A lightweight, feature-rich dock for Linux written in Python with GTK 3 and Cairo.

void-model
An open-source video editing model that removes objects from footage and also models the scene’s resulting physical interactions, not just the missing pixels.

GuppyLM
A ~9M parameter LLM that talks like a small fish.

OpenHarness
OpenHarness delivers core lightweight agent infrastructure: tool-use, skills, memory, and multi-agent coordination.

Decentralized AI in 50 Lines of Python
A peer-to-peer AI that answers your friends' messages using local data and privacy controls.

code-review-graph
Local knowledge graph for Claude Code. Builds a persistent map of your codebase so Claude reads only what matters - 6.8Ă— fewer tokens on reviews and up to 49Ă— on daily coding tasks.

apfel
Apple Intelligence from the command line. On-device LLM via FoundationModels framework. No API keys, no cloud, no dependencies.

Overglade-Badges
Zero power PCB hackathon badges.

SentrySearch
Semantic search over video footage. Type what you're looking for, get a trimmed clip back.

mngr
CLI for managing coding agents.

WeThePeople
Civic transparency platform tracking corporate influence on Congress across 8 sectors. 30+ government APIs, 1000+ tracked entities.

profiling-explorer
Table-based exploration tool for Python profiling data (pstats files).

dj-signals-panel
Display registered Django signals and receivers, showing what fires and where.


👾 Reddits

I built a civic transparency platform with FastAPI that aggregates 40+ government APIs


← Previous

Project by Ruslan Keba. Since 2012. Powered by Python. Made in đź‡şđź‡¦Ukraine.