Python Hub Weekly Digest
This week, we’re diving into a delightful dystopia where your Raspberry Pi can not only understand your voice but also snap pics like a photography major who just had their third espresso. Meanwhile, if you're tired of battling AI for solutions, why not just teach it to do the heavy lifting for you? And speaking of lifting, we’ve got some fascinating benchmarks on Python structs that might just make you rethink your data packing strategies. So grab your favorite caffeinated beverage and code on; it's going to be a thrilling week in Python-land!
Build a fully local voice assistant in 2026
A practical setup for a Raspberry Pi-friendly voice assistant based on Platypush.
Optocam Zero
Optocam Zero is a Raspberry Pi Zero based compact digital camera made using off the shelf components.
The Fastest Python Struct?
The article explores the performance tradeoffs of Python's various struct-like types, focusing on startup and type-definition costs rather than runtime business logic. Extensive benchmarks reveal that NamedTuple sits in the middle of the pack, while msgspec and C-backed implementations deliver the fastest type creation and startup times.
Use AI to not use AI (as much)
Rather than using AI to solve the same problem repeatedly, the author suggests using it to build tools that solve the problem for you. A practical example demonstrates how an AI-generated Python script transformed a one-time GitHub usage analysis into a reusable workflow.
Wagtail as Django admin on steroids
Wagtail can be used as a drop-in replacement for Django Admin, providing a more polished UI and powerful customization capabilities. The article demonstrates how developers can adopt Wagtail incrementally while retaining their existing Django architecture.
Nimic – Pure Python as a systems language with AOT compilation
Write a coding agent from first principles
This tutorial will show you how to create your own coding agent from first principles. By doing so, you'll understand how coding agents work under the hood.
music-assistant / server
Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an always-on device like a Raspberry Pi, a NAS or an Intel NUC or alike.
Array API adoption: what to do with compiled code
The post examines how Array API compatibility and JIT compilation can modernize legacy scientific Python code for GPUs and multicore CPUs. The results suggest developers can achieve significant performance gains across hardware platforms without maintaining specialized accelerator-specific code.
TIRx: An Open Compiler Stack for Evolving Frontier ML Kernels
TIRx introduces an open-source, hardware-native DSL and compiler stack for writing high-performance ML kernels that can keep pace with rapidly evolving AI hardware. Built on Apache TVM, it combines low-level control, compiler-assisted abstractions, and agent-friendly tooling to support expert developers, automated kernel generation, and future accelerator architectures.
How to build your first Scrapy extension
This tutorial uses a simple audio notification plugin to explain how Scrapy extensions work, covering signals, lifecycle hooks, settings, testing, and packaging. It provides a practical introduction to extending Scrapy with custom functionality while showcasing common patterns used across the ecosystem.
NVlabs / Eagle
Eagle: Frontier Vision-Language Models with Data-Centric Strategies
NVIDIA / skills
AI agent skills published by NVIDIA
Python Hub Weekly Digest for 2026-06-28
virgiliojr94 / book-to-skill
Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work.
TimeCapsuleSMB
Hacking the Apple Time Capsule to run modern Samba.
Data-Juicer
Data processing for and with foundation models!
WinPodX
Windows pod system for Linux.
Recall
Stop wasting tokens and re-explaining your project every session. Recall gives Claude Code durable memory - entirely offline.
Graphsignal
Graphsignal is a production-scale inference profiling platform that helps engineers optimize AI performance across models, engines, GPUs, and other accelerators. I
PixelRAG
PixelRAG replaces traditional text-based web RAG with a pixel-native approach that retrieves and reasons over webpage screenshots. By preserving visual structure and using vision-language models, it aims to improve retrieval accuracy and web understanding.
You Don’t Need That Design Pattern
Using Python examples, the video explores the tradeoff between simplicity and abstraction, showing how design patterns can introduce unnecessary complexity when applied too early. It provides a practical rule of thumb for recognizing when a pattern adds value versus when it becomes overengineering.
Ruff + Ty vs Ruff + Pyrefly — which type checking stack makes more sense in 2026?
Project by Ruslan Keba. Since 2012. Powered by Python. Made in 🇺🇦Ukraine.