ru
Feedback
PythonHub

PythonHub

Открыть в Telegram
2 633
Подписчики
-324 часа
+287 дней
+6430 день
Архив постов
Build better software to build software better The article from Slack Engineering describes how Slack improved their build pipeline by applying classic software engineering principles combined with high-performance build tooling (Bazel). They restructured their build system by separating concerns, modeling builds as graphs of well-defined work units, and leveraging caching and parallelization, which resulted in builds running up to s... https://slack.engineering/build-better-software-to-build-software-better

DjangoRealtime Realtime browser events for Django + PostgreSQL. https://github.com/usmanhalalit/DjangoRealtime

Harbor Harbor is a framework from the creators of Terminal-Bench for evaluating and optimizing agents and language models. https://github.com/laude-institute/harbor

Why Your Code Isn’t Pythonic (And How to Fix It) The video explains what “Pythonic” code means, refactoring a messy script step-by-step to demonstrate idiomatic Python practices like using functions over classes, dataclasses for structure, context managers, type annotations, EAFP error handling, pathlib, logging, and organizing code in a main function. The core message is that Pythonic code favors simplicity, readability, and leveragin... https://www.youtube.com/watch?v=bsU7AFjh4m8

DjangoCon US 2025 Videos The talk videos from DjangoCon US 2025 are now available. https://www.youtube.com/playlist?list=PL2NFhrDSOxgUSZVGkmbMhUpaaZ1ORfpCl

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