Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE
Learn how to build a fast, minimal HTTP server using asyncio.Protocol, complete with routing, parsing, and response handling from scratch.
Uncaught exceptions will crash an application. If you don’t know how to log these, it can be difficult to troubleshoot such a crash.
Squall is a SQLite viewer and editor that runs in your terminal.
JSX (JavaScript XML) в Python
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.