PythonHub
Відкрити в Telegram
News & links about Python programming. https://pythonhub.dev/
Показати більше2 609
Підписники
+124 години
+97 днів
+4230 день
Архів дописів
2 609
labs-OO-Agents
NVIDIA Object Oriented Agents: the Pythonic way to build AI Agents.
https://github.com/nvidia-nemo/labs-OO-Agents
2 609
Antra
A desktop music library builder that turns Spotify, Youtube Music Apple Music, Amazon Music, Tidal, Qobuz, and Deezer links into fully tagged local library in FLAC, ALAC, AAC, or MP3.
https://github.com/anandprtp/Antra
2 609
Should we standardize docstring formats?
https://www.reddit.com/r/Python/comments/1vjweaj/should_we_standardize_docstring_formats/
2 609
Why dict[str, Any] Slowly Destroys Your Code
A Python booking system is refactored from loose dictionaries into a stronger domain model using dataclasses, enums, and value objects. The video shows where stronger types improve maintainability and where keeping a simple string is still the better choice.
https://www.youtube.com/watch?v=lM7zWJRrRtg
2 609
code_puppy
The sassy AI code agent that makes IDEs look outdated.
https://github.com/mpfaffenberger/code_puppy
2 609
smevals
A framework for running evals against small (and large) models
https://github.com/prime-radiant-inc/smevals
2 609
Voice-Pro
An AI-powered web application for speech recognition, translation, and dubbing.
https://github.com/abus-aikorea/voice-pro
2 609
LoopX
Lightweight loop engineering state kernel for long-running AI agent teams. Agent-loop agnostic across Codex, Claude Code, and other coding agents, with durable goals, quota-aware auto-wake, executable todos, evidence logs, and verifiable handoffs.
https://github.com/huangruiteng/loopx
2 609
Projects I Wouldn't Use Python For in 2026
A longtime Python developer reflects on decades of using Python for almost everything, then explains why it is no longer always his first choice and what he often uses instead. It also covers where Python still shines and why it remains an important part of his toolkit.
https://menno.io/presentations/not-python-2026/index.html#/
2 609
What linter rules make code worse?
https://www.reddit.com/r/Python/comments/1vg0amj/what_linter_rules_make_code_worse/
2 609
ADR
ADR secures enterprise AI agents through observability, security benchmarking, and threat detection. Deployed at Uber.
https://github.com/uber/ADR
2 609
Setting Django's DEBUG safely
Deploying Django with DEBUG=True exposes your app to attackers. Learn why it's risky and how to fail closed so DEBUG=False stays the safe default.
https://lincolnloop.com/blog/setting-djangos-debug-safely/
2 609
esp32-ai
Running a 28.9M parameter LLM on a microcontroller.
https://github.com/slvDev/esp32-ai
2 609
GeoEq
Geotechnical engineering, solved in Python. 170+ validated functions for soil mechanics, SPT, CPT, bearing capacity, settlement, liquefaction & slope stability. Apache 2.0.
https://github.com/geoeq/geoeq
2 609
mrexodia / ida-pro-mcp
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
https://github.com/mrexodia/ida-pro-mcp
2 609
Turtle-inspired interactive Python project
https://www.codembark.com/projects/fv20lz9map/spider-web-drawing
2 609
FastAPI and GraphQL overview - with Strawberry!
In this video, we'll look at GraphQL in a FastAPI app, using the Strawberry package to define types, queries and mutations, and integrating with FastAPI via the GraphQLRouter object.
https://www.youtube.com/watch?v=uSGR6FviCiY
