ar
Feedback
PythonHub

PythonHub

الذهاب إلى القناة على Telegram

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

إظهار المزيد
2 526
المشتركون
+224 ساعات
+117 أيام
+3330 أيام
أرشيف المشاركات
Django to Browser Push - Without WebSockets, Channels, or Redis The post shows how to push real-time browser updates in Django without WebSockets, Channels, or Redis by using a simpler HTTP/SSE-based approach. Its main point is that you can get instant UI updates with much less infrastructure and complexity while still keeping the setup practical for existing Django apps. https://usman.it/django-realtime-updates-without-websockets/

Bernstein Deterministic orchestrator for 18 CLI AI coding agents. Git worktree isolation, HMAC audit trail, MCP server mode. https://github.com/chernistry/bernstein

Python Hub Weekly Digest for 2026-04-26 https://pythonhub.dev/digest/2026-04-26/

htdt / godogen Claude Code & Codex skills that build complete Godot projects from a game description https://github.com/htdt/godogen

CadQuery is an open-source Python library for building 3D CAD models https://cadquery.github.io/

Bindu Bindu: Turn any AI agent into a living microservice - interoperable, observable, composable. https://github.com/GetBindu/Bindu

ppt-master ppt-master is an AI system that converts PDFs, DOCX, URLs, or Markdown into natively editable PowerPoint files with real shapes, charts, and text boxes instead of raster images. https://github.com/hugohe3/ppt-master

lsdefine / GenericAgent Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token consumption https://github.com/lsdefine/GenericAgent

Rethinking the State Pattern in Python The video demonstrates a transition from high-boilerplate, inheritance-heavy State Pattern classes to a streamlined, data-driven state machine in Python. By leveraging enums, generics, and decorators, the author creates a reusable engine that makes state transitions explicit and significantly reduces the cognitive load of managing complex object behaviors. https://www.youtube.com/watch?v=OeirQdzYdnc

plastic-labs / honcho Memory library for building stateful agents https://github.com/plastic-labs/honcho

Vera A programming language designed for LLMs to write. https://github.com/aallan/vera

Python Type Checker Comparison: Speed and Memory Usage A benchmark comparison of speed and memory usage across Python type checkers including Pyrefly, Ty, Pyright, and Mypy. https://pyrefly.org/blog/speed-and-memory-comparison/

Vibe-Trading One Command to Empower Your Agent with Comprehensive Trading Capabilities. https://github.com/HKUDS/Vibe-Trading

SakanaAI / AI-Scientist-v2 The AI Scientist-v2: Workshop-Level Automated Scientific Discovery via Agentic Tree Search https://github.com/SakanaAI/AI-Scientist-v2

Debunking Django Myths Sarah Boyce, a Django Fellow, debunks common myths about the 20-year-old framework, showing that it is far from dead with new features merged every week and constant updates for modern Python versions. She addresses the framework's "marketing problem," highlighting that while often perceived as slow or outdated, Django powers major enterprise platforms and remains a leading choice for bo... https://www.youtube.com/watch?v=yyX0QoUzoE4

Plain – The full-stack Python framework designed for humans and agents https://github.com/dropseed/plain

Docglow Modern documentation site generator for dbt Core - lineage explorer, health scoring, full-text search. https://github.com/docglow/docglow

Awesome PyPI Security Best Practices A curated and practical list of security best practices for using Python packages from PyPI. https://github.com/lirantal/pypi-security-best-practices

Tracking Celery Task Failures in Python Let's explore how Celery task failures behave and how you can keep track of everything that goes wrong. https://blog.appsignal.com/2026/04/09/tracking-celery-task-failures-in-python.html