IT-новости про Python, которые стоит знать

Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE

     25.03.2026       Выпуск 641 (23.03.2026 - 29.03.2026)       Релизы

gunicorn - 25.2.0

WSGI HTTP-сервер для UNIX. Скачать можно по ссылке: https://pypi.python.org/pypi/gunicorn/

     24.03.2026       Выпуск 641 (23.03.2026 - 29.03.2026)       Релизы

redis - 7.4.0

Python клиент для Redis. Скачать можно по ссылке: https://pypi.python.org/pypi/redis/

     24.03.2026       Выпуск 641 (23.03.2026 - 29.03.2026)       Релизы

Werkzeug - 3.1.7

Швейцарский армейский нож веб-разработки Python. Скачать можно по ссылке: https://pypi.python.org/pypi/Werkzeug/

     20.03.2026       Выпуск 640 (16.03.2026 - 22.03.2026)       Интересные проекты, инструменты, библиотеки

django-security-label: A third-party package to anonymize data in your models

Define data masking rules directly on your Django models and let PostgreSQL enforce anonymization automatically, keeping sensitive data out of your app layer by design.

     20.03.2026       Выпуск 640 (16.03.2026 - 22.03.2026)       Новости

Astral to join OpenAI

Astral, creators of Ruff and uv, are joining OpenAI’s Codex team to push the future of AI-powered Python development while continuing to support their open source tools.

     20.03.2026       Выпуск 640 (16.03.2026 - 22.03.2026)       Статьи
     20.03.2026       Выпуск 640 (16.03.2026 - 22.03.2026)       Статьи
     18.03.2026       Выпуск 640 (16.03.2026 - 22.03.2026)       Статьи

Avoiding empty strings in non-nullable Django string-based model fields

Django silently converts None values in non-nullable string fields into empty strings, but a simple CheckConstraint can enforce truly required values and prevent empty data from slipping into your database.

     18.03.2026       Выпуск 640 (16.03.2026 - 22.03.2026)       Статьи

Caching an Asyncio Function the Easy Way

Caching an async function is trickier than expected, this article walks through why that is and how to use Asyncio primitives to solve the problem.

     18.03.2026       Выпуск 640 (16.03.2026 - 22.03.2026)       Статьи

Comparing PDF Table Extraction Tools

This article explores three Python tools for PDF table extraction: Docling, Marker, and LlamaParse. Learn which handles merged cells and multi-level headers best.

     18.03.2026       Выпуск 640 (16.03.2026 - 22.03.2026)       Статьи

The Optimization Ladder

Python loses every public benchmark by 21-875x. Cemrehan took the exact problems people use to dunk on Python and climbed every rung of the optimization ladder: from CPython version upgrades to Rust. Real numbers, real code, real effort costs.

     15.03.2026       Выпуск 639 (09.03.2026 - 15.03.2026)       Новости

Sunsetting Jazzband

Закрытие значимой группы разработчиков, которые создавали и поддерживали популярные django пакеты (django-debug-toolbar, django-simple-history, django-cookie-consent)

     13.03.2026       Выпуск 639 (09.03.2026 - 15.03.2026)       Статьи

Avoiding empty strings in non-nullable Django string-based model fields

Django silently converts None values in non-nullable string fields into empty strings, but a simple CheckConstraint can enforce truly required values and prevent empty data from slipping into your database.

     13.03.2026       Выпуск 639 (09.03.2026 - 15.03.2026)       Статьи