Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE
There’s a proposal, PEP 810 – Explicit lazy imports for Python to natively support lazy importing starting in Python 3.15. However, it has not been accepted yet, and even if it is accepted, 3.15 is a year away. What do we do now?
Черновик предложения по ленивому импорту.
Поговорим о типизированном 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. Начнём с оптимизации простых арифметических выражений с целыми числами.