PythonHub
Kanalga Telegram’da o‘tish
News & links about Python programming. https://pythonhub.dev/
Ko'proq ko'rsatish2 630
Obunachilar
Ma'lumot yo'q24 soatlar
+257 kunlar
+6330 kunlar
Postlar arxiv
2 630
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
2 630
The great leap forward: Python 2.7 -> 3.12, Django 1.11 -> 5.2
https://www.reddit.com/r/Python/comments/1oxhjj7/the_great_leap_forward_python_27_312_django_111_52/
2 630
How Big is the GIL Update?
https://www.reddit.com/r/Python/comments/1oqn305/how_big_is_the_gil_update/
2 630
DjangoRealtime
Realtime browser events for Django + PostgreSQL.
https://github.com/usmanhalalit/DjangoRealtime
2 630
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
2 630
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
2 630
DjangoCon US 2025 Videos
The talk videos from DjangoCon US 2025 are now available.
https://www.youtube.com/playlist?list=PL2NFhrDSOxgUSZVGkmbMhUpaaZ1ORfpCl
2 630
Archimedes – A Python toolkit for hardware engineering
https://pinetreelabs.github.io/archimedes/blog/2025/introduction.html
2 630
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
2 630
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/
2 630
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
2 630
Z3 API in Python: From Sudoku to N-Queens in Under 20 Lines
https://ericpony.github.io/z3py-tutorial/guide-examples.htm
2 630
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/
2 630
Pydantic and the path to enlightenment
https://www.reddit.com/r/Python/comments/1ox9cct/pydantic_and_the_path_to_enlightenment/
2 630
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
2 630
fastapi-voyager
Visualize your FastAPI endpoints, and explore them interactively.
https://github.com/allmonday/fastapi-voyager
2 630
any-llm
Communicate with an LLM provider using a single interface.
https://github.com/mozilla-ai/any-llm
2 630
Ultra-strict Python template v2 (uv + ruff + basedpyright)
https://www.reddit.com/r/Python/comments/1oz4x0f/ultrastrict_python_template_v2_uv_ruff/
2 630
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
