Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE
keynote talk at PyCon Colombia 2025
Learn about DuckDB’s in-process architecture and SQL capabilities which can enhance performance and simplify data handling.
To better understand how Python handles globals, this article walks through dynamic name resolution, the global store, and how monkey patching works at the bytecode level.
Распространённые ошибки и возможности оптимизации в Django c Внешними ключами
Играем в буквенную игру при помощи менеджера пакетов.
Как подойти к подготовке C-расширений к новому Python
The logging module is powerful, but it can be somewhat complex. This tutorial covers structured JSON output, centralizing logging configuration, using contextvars to automatically enrich your logs with request-specific data, and other useful patterns for your observability needs.
Time is a complex thing to code. This article is a very deep dive, covering absolute measurement, civil time, modern time keeping, the mess that are timezones, and much more.
Learn to prepare audio data for deep learning in Python using TorchAudio. Explore how to load, process, and convert speech to spectrograms with PyTorch tools.
Доклад с DjangoCon Europe 2025
Возможность запускать язык специализированный на машинное обучение из Python экосистемы
Enabling native connection pooling in Django 5 gives me a 5.4x speedup.