2 626
Подписчики
+124 часа
+87 дней
+4330 день
Архив постов
2 626
How to deal with slop PR's as a maintainer?
https://www.reddit.com/r/Python/comments/1tqrlx5/how_to_deal_with_slop_prs_as_a_maintainer/
2 626
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/
2 626
BleachBit
BleachBit system cleaner for Windows and Linux.
https://github.com/bleachbit/bleachbit
2 626
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
2 626
Python utility package for building Claude Code hooks
https://github.com/RasmusGodske/claude-hook-utils
2 626
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
2 626
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
2 626
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/
2 626
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
2 626
Anthropic-Cybersecurity-Skills
754 production-grade cybersecurity skills · 26 security domains · 5 framework mappings · 26+ AI platforms.
https://github.com/mukul975/Anthropic-Cybersecurity-Skills
2 626
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/
2 626
ESPectre
Motion detection system based on Wi-Fi spectre analysis (CSI), with native Home Assistant integration via ESPHome.
https://github.com/francescopace/espectre
2 626
Katharos
A library providing useful types and functions for functional programming in Python.
https://github.com/kamalfarahani/katharos
2 626
google / skills
Agent Skills for Google products and technologies
https://github.com/google/skills
2 626
Agent Evaluation: A Detailed Guide
Best practices and common patterns for effectively evaluating AI agents.
https://cameronrwolfe.substack.com/p/agent-evals
2 626
claude-for-legal
A suite of plugins for legal workflows.
https://github.com/anthropics/claude-for-legal
2 626
Articraft
An Agentic System for Scalable Articulated 3D Asset Generation.
https://github.com/mattzh72/articraft
2 626
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
