PythonHub
Kanalga Telegram’da o‘tish
News & links about Python programming. https://pythonhub.dev/
Ko'proq ko'rsatish2 624
Obunachilar
+124 soatlar
+87 kunlar
+4330 kunlar
Postlar arxiv
2 623
Moebius
Lightweight Image Inpainting Framework with 10B-Level Performance.
https://github.com/hustvl/Moebius
2 623
Ruff + Ty vs Ruff + Pyrefly — which type checking stack makes more sense in 2026?
https://www.reddit.com/r/Python/comments/1uf2eoz/ruff_ty_vs_ruff_pyrefly_which_type_checking_stack/
2 623
TimeCapsuleSMB
Hacking the Apple Time Capsule to run modern Samba.
https://github.com/jamesyc/TimeCapsuleSMB
2 623
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.
https://www.raymondcamden.com/2026/06/22/use-ai-to-not-use-ai-as-much
2 623
Recall
Stop wasting tokens and re-explaining your project every session. Recall gives Claude Code durable memory - entirely offline.
https://github.com/raiyanyahya/recall
2 623
Data-Juicer
Data processing for and with foundation models!
https://github.com/datajuicer/data-juicer
2 623
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.
https://tvm.apache.org/2026/06/22/tirx
2 623
Graphsignal
Graphsignal is a production-scale inference profiling platform that helps engineers optimize AI performance across models, engines, GPUs, and other accelerators. I
https://github.com/graphsignal/graphsignal-profiler
2 623
Nimic – Pure Python as a systems language with AOT compilation
https://github.com/dima-quant/nimic
2 623
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.
https://github.com/music-assistant/server
2 623
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.
https://www.youtube.com/watch?v=xns3InDkAiA
2 623
virgiliojr94 / book-to-skill
Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work.
https://github.com/virgiliojr94/book-to-skill
2 623
Build a fully local voice assistant in 2026
A practical setup for a Raspberry Pi-friendly voice assistant based on Platypush.
https://blog.platypush.tech/article/Local-voice-assistant
2 623
Optocam Zero
Optocam Zero is a Raspberry Pi Zero based compact digital camera made using off the shelf components.
https://github.com/dorukkumkumoglu/optocamzero
2 623
NVlabs / Eagle
Eagle: Frontier Vision-Language Models with Data-Centric Strategies
https://github.com/NVlabs/Eagle
2 623
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.
https://timonweb.com/wagtail/wagtail-as-django-admin-on-steroids/
2 623
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.
https://github.com/StarTrail-org/PixelRAG
2 623
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.
https://mathspp.com/blog/write-a-coding-agent-from-first-principles
