Собрали в одном месте самые важные ссылкии сделали Тренажер IT-инцидентов для DevOps/SRE
Поговорим о типизированном Python — что это такое, почему он стал важен для разработчиков Python и как начать использовать его для написания более качественного и надёжного кода.
How Django’s blocktranslate tag can introduce unwanted whitespace into translation strings and shows how using the trimmed option solves the problem.
A description of the performance optimizations made to the free-threaded garbage collector for Python 3.14.
ㅤ
A collection of real-world techniques for Playwright and pytest. As a project grows to do more with HTMX and Alpine in the markup, there’s less unit and integration test coverage and a greater need for end to end tests.
A deep-dive look at these two popular packages, comparing Pydoll's claims around speed and ergonomics vs Playright.
Wise words and practical lessons from gradually increasing usage of LLM tools into production.
Equality saturation — это техника для построения оптимизирующих компиляторов с использованием e-графов. Создаем оптимизатор для подмножества линейной алгебры с помощью egglog. Начнём с оптимизации простых арифметических выражений с целыми числами.
This post compares the performance of running Python on several microcontroller boards.
While Python’s standard logging module is powerful, navigating its system of handlers, formatters, and filters can often feel like more work than it should be. This article describes how to achieve the same (and better) results with a fraction of the complexity using Loguru.
Feature flags are a way to enable or disable blocks of code without needing to re-deploy your software. This post shows you several different approaches to feature flags.
Wondering what the arrow notation means in Python? Discover how -> is used in type hints, functions, and more with simple explanations and examples.