Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE
Как создать шрифт, который максирует видимый текст
What is Python’s Global Interpreter Lock (GIL)? “Global Interpreter Lock” (or “GIL”) is a familiar term in the Python community. It is a well-known Python feature. But what exactly is a GIL? If you have experience with other programming languages (Rust, for example), you may already know what a mutex is.
Python 3.14 adds sys.remote_exec and python -m pdb -p pid for nonintrusive remote debugging and script injection into running processes without restarting.
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