es
Feedback
PythonHub

PythonHub

Ir al canal en Telegram

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

Mostrar más
2 525
Suscriptores
-224 horas
+67 días
+3230 días
Archivo de publicaciones
Archimedes – A Python toolkit for hardware engineering https://pinetreelabs.github.io/archimedes/blog/2025/introduction.html

Django Admin Deux: Bringing Django's Admin Back to Django Django Admin Deux is a modern, extensible replacement for Django’s default admin interface, featuring a factory pattern architecture and a robust plugin system. It aims to make customizing and extending the admin UI much easier, bringing new capabilities and flexibility to Django project administration. https://emma.has-a.blog/articles/django-admin-deux-bringing-admin-back-to-django.html

You Should Write An Agent The post explains that building a simple LLM agent, an app that maintains context, calls the model, and uses tools, is surprisingly easy and educational. It highlights that the real challenge is context engineering, such as managing what information to keep or summarize and how to integrate external tools, and encourages everyone to try building one to understand the technology deeply. https://fly.io/blog/everyone-write-an-agent/

Module compression overview A high-level overview of how to use the module compression, new in Python 3.14. https://mathspp.com/blog/module-compression-overview

Z3 API in Python: From Sudoku to N-Queens in Under 20 Lines https://ericpony.github.io/z3py-tutorial/guide-examples.htm

Using Vite with Vue and Django Learn how we integrate Vue and Django for a bullet proof deployment. https://wedgworth.dev/using-vite-with-vue-and-django/

The “Dependency Cutout” Workflow Pattern, Part I The "Dependency Cutout" workflow pattern provides a structured way to temporarily rely on a patched version of an open source dependency without permanently forking it. It involves forking the dependency, applying urgent fixes for your application, using this modified version in production, and then upstreaming the fix and unwinding back to the official release once your patch has been m... https://blog.glyph.im/2025/11/dependency-cutout-workflow-pattern.html

fastapi-voyager Visualize your FastAPI endpoints, and explore them interactively. https://github.com/allmonday/fastapi-voyager

any-llm Communicate with an LLM provider using a single interface. https://github.com/mozilla-ai/any-llm

Ultra-strict Python template v2 (uv + ruff + basedpyright) https://www.reddit.com/r/Python/comments/1oz4x0f/ultrastrict_python_template_v2_uv_ruff/

Python Hub Weekly Digest for 2025-11-16 https://pythonhub.dev/digest/2025-11-16/

myfy An opinionated Python framework offering modular architecture, type-safe dependency injection, and FastAPI-style routing to build scalable apps with minimal setup. https://github.com/psincraian/myfy

An Annual Release Cycle for Django A proposal for moving Django to an annual release cycle. https://buttondown.com/carlton/archive/an-annual-release-cycle-for-django/

How to get better at writing good Python code (structure, readability, thinking like a dev) https://www.reddit.com/r/learnpython/comments/1omtk0o/how_to_get_better_at_writing_good_python_code/

django-keel A versatile, production-ready Django project template for any use case Build SaaS applications, API backends, web apps, or internal tools with one template. https://github.com/CuriousLearner/django-keel

Approved: PEP 798: Unpacking in Comprehensions & PEP 810: Explicit lazy imports https://www.reddit.com/r/Python/comments/1ongpc9/approved_pep_798_unpacking_in_comprehensions_pep/

Chandra OCR model that handles complex tables, forms, handwriting with full layout. https://github.com/datalab-to/chandra

Zensical A modern static site generator by the creators of Material for MkDocs. https://github.com/zensical/zensical