ch
Feedback
PythonHub

PythonHub

前往频道在 Telegram

News & links about Python programming. https://pythonhub.dev/

显示更多
2 624
订阅者
+124 小时
+87
+4330
帖子存档
Build a Live Object Detection App for the Reachy Mini With TensorFlow and PyCharm In this tutorial, we build a live object detection app using TensorFlow and PyCharm, then deploy it onto the Reachy Mini open-source robot for real-time object tracking. https://blog.jetbrains.com/pycharm/2026/05/build-a-live-object-detection-app-for-reachy-mini-with-tensorflow-and-pycharm/

BleachBit BleachBit system cleaner for Windows and Linux. https://github.com/bleachbit/bleachbit

Production RAG with LangChain & Vector Databases – Full Course Learn to build, debug, optimize, and scale RAG systems for production. https://www.youtube.com/watch?v=mHxLXzYjQRE

Python utility package for building Claude Code hooks https://github.com/RasmusGodske/claude-hook-utils

Macro Evals for Agentic Systems This cookbook outlines a macro-evaluation workflow for analyzing multi-agent systems at scale using a simulated electric vehicle order pipeline. It demonstrates how to look past individual responses and evaluate systemic behaviors such as orchestration, routing, and tool choices by combining lower-level execution checks (via Promptfoo) into population-level trace analyses to discover and... https://developers.openai.com/cookbook/examples/partners/macro_evals_for_agentic_systems/macro_evals_for_agentic_systems

NVIDIA-AI-Blueprints / video-search-and-summarization Suite of reference architectures for building GPU-accelerated vision agents and AI-powered video analytics applications. https://github.com/NVIDIA-AI-Blueprints/video-search-and-summarization

What types of exceptions should you catch? The trickiest programming bugs are often caused by catching exceptions that you didn't mean to catch or handling exceptions in ways that obfuscate the actual error that's occurring. Which exceptions should you catch and which should you leave unhandled? https://www.pythonmorsels.com/what-types-of-exceptions-should-you-catch/

When Python manual wiring turns into copy-paste architecture A small typed dependency injection approach for apps that outgrow copy-pasted constructors but do not need a full DI framework. https://vshulcz.hashnode.dev/when-python-manual-wiring-turns-into-copy-paste-architecture

Anthropic-Cybersecurity-Skills 754 production-grade cybersecurity skills · 26 security domains · 5 framework mappings · 26+ AI platforms. https://github.com/mukul975/Anthropic-Cybersecurity-Skills

Shrink Your Python Container in One Command with SlimToolkit Use SlimToolkit to shrink a Python container by half in one command. No Dockerfile changes. Walkthrough on a chatbot with common edge cases and fixes. https://codecut.ai/shrink-python-container-slimtoolkit/

ESPectre Motion detection system based on Wi-Fi spectre analysis (CSI), with native Home Assistant integration via ESPHome. https://github.com/francescopace/espectre

Katharos A library providing useful types and functions for functional programming in Python. https://github.com/kamalfarahani/katharos

google / skills Agent Skills for Google products and technologies https://github.com/google/skills

Python Hub Weekly Digest for 2026-05-31 https://pythonhub.dev/digest/2026-05-31/

Agent Evaluation: A Detailed Guide Best practices and common patterns for effectively evaluating AI agents. https://cameronrwolfe.substack.com/p/agent-evals

claude-for-legal A suite of plugins for legal workflows. https://github.com/anthropics/claude-for-legal

Articraft An Agentic System for Scalable Articulated 3D Asset Generation. https://github.com/mattzh72/articraft

Bridging Python's Logging Module to OpenTelemetry (Complete Guide) This guide walks through using the OpenTelemetry Python SDK's LoggingHandler to bridge Python's built-in logging module with an OpenTelemetry-compliant pipeline without changing your existing log statements. It demonstrates how to configure the handler (via dictConfig), map standard log records into structured OTel fields, and automatically correlate logs with active traces to route them... https://www.dash0.com/guides/opentelemetry-logging-python