Собрали в одном месте самые важные ссылки
читайте нас в Twitter
PyPA’s Trusted Publishers let you upload Python packages directly from your CI pipeline to PyPI.
A streamlined and cost-effective approach that uses Docker and customizable health checks.
Learn how to achieve zero downtime in Django deployments with blue-green strategies and multi-step database migrations to handle backward-incompatible changes effectively.
This quick TIL post talks about five useful pytest options that let you control what tests to run with respect to failing tests.
Что дает использование uv
A very comprehensive tutorial on Celery, what it is, how to use it in Django projects, and several examples of different Celery tasks.
Django co-creator Simon Willison wrote a live blogging app for OpenAI's DevDay event.
A take on what could be a project template for Django advanced usage, with modern tooling (for Python and UI dependencies, as well as configuration/environment management), but not too opinionated.
In this tutorial, you'll learn how to harness the power of structural pattern matching in Python. You'll explore the new syntax, delve into various pattern types, and find appropriate applications for pattern matching, all while identifying common pitfalls.