Python Hub Weekly Digest
This week in Python land, we've got a bounty of brainy bits that might just boost your coding cred. Want to dive into the world of AI without getting your feet wet? Check out the curated collection of courses and lectures that promise to make you the know-it-all at your next dinner party. Plus, if your time-series data feels like it's living in the wild, the brand-new ts auditor will help you tame those pesky anomalies before they trample all over your metrics. So grab your coffee, grab your keyboard, and as always, happy coding!
awesome-artificial-intelligence
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
Lucen a Python compiler that parallelizes for-loops via comment pragmas
tsauditor: a pre-flight check for time-series data before you trust your metrics
Checks a finished time-series dataframe for common data problems before training, like leaked future information, weird spikes or stuck values, missing days in the date range, and features that drift.
Building Agentic Workflows in Python with LangGraph
In this article, you will learn how to build a complete agentic workflow in Python with LangGraph, from a single model call to a tool-using agent with persistent conversation memory.
percentify
Exploratory stats and data-quality diagnostics for pandas and Polars DataFrames. One call each.
Python Hub Weekly Digest for 2026-07-26
Reusable scenario based test framework
Write your tests once. Run them on every product variant, device or technology — without rewriting a single line.
browser-use / video-use
Edit videos with coding agents
Graphify-Labs / graphify
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
In-House LLM Serving at Netflix
Netflix built an in-house LLM serving platform using vLLM and NVIDIA Triton, integrating self-hosted models into its existing production infrastructure through unified gRPC and OpenAI-compatible APIs. The article details production lessons around model packaging, version compatibility, zero-downtime deployments, observability, and scaling constrained decoding by moving bottlenecks from s...
How To Train a Generative Kick Drum Model on Your Old Linux Desktop With 6GB of VRAM
The author trained a text-conditioned generative kick-drum model from 13,615 audio samples on a seven-year-old GPU with only 6GB of VRAM, using a VAE, latent diffusion model, and HiFi-GAN vocoder. The project shows that useful generative models can be built with modest hardware and personal datasets by compressing data into latent space, choosing practical constraints, and using serverle...
LLVMLITE in the Browser
This notebook explores how LLVM's optimization pipeline transforms a simple loop, step by step, using llvmlite running entirely in the browser via WebAssembly. We follow one small C++ function through three distinct stages — from source to raw stack-based IR (Intermediate Representation), through SSA form, to a closed-form calculation. After each stage, we inspect the control flow graph ...
Guide to data tools landscape for developers
Found yourself on a data project and have no idea what they all are talking about? Feel excluded from all the fun discussions in the office kitchen? If only there were a humongous guide going over all the concepts and buzzwords...
Django: introducing django-crawl
Adam Johnson introduces django-crawl, a tool that uses Django’s test client to crawl a site and uncover broken links, exceptions, and other hidden issues without making real HTTP requests. It can run as a management command or automated test, providing a fast safety net that found seven bugs even in a project with 100% test coverage.
Monitoring Your Django App Health on Fly.io
A step-by-step guide to connecting AppSignal to your Django app on Fly.io so you can track errors, performance, and host health from a single dashboard.
Emily2040 / seedance-2.0
Comprehensive production pipeline for quad-modal AI filmmaking with Seedance 2.0
google / agents-cli
The CLI and skills that turn any coding assistant into an expert at creating, evaluating, and deploying AI agents on Google Cloud.
venv_manager
A powerful CLI tool for managing Python virtual environments with ease.
EcoTrace
A lightweight Python library to measure the carbon footprint of your code.
WrenAI
Open-source GenBI: generative BI for AI agents.
xarray-sql
An experiment to query Xarray datasets with SQL.
LoopGain
An open-source cost controller for AI agent loops.
Mage
A Lightweight, Research-Friendly Multimodal Model Family.
cosmos-framework
Our inference and training framework to run on the Cosmos Models.
Python automations are so much better than AI Agents and LLMs
Project by Ruslan Keba. Since 2012. Powered by Python. Made in 🇺🇦Ukraine.