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

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

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

aiohttp - 3.13.4

http клиент/сервер для asyncio. Скачать можно по ссылке: https://pypi.python.org/pypi/aiohttp

     25.03.2026       Выпуск 641 (23.03.2026 - 29.03.2026)       Вопросы и обсуждения

Modern Python Monorepo With uv and prek

Talk Python interviews Amogh Desai and Jarek Potiuk and they talk about how to use a monorepo with uv and prek.

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

gunicorn - 25.3.0

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

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

imbox - 0.10.0

Python IMAP для людей. Скачать можно по ссылке: https://pypi.python.org/pypi/imbox/

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

celery - 5.6.3

Распределенная очередь задач. Скачать можно по ссылке: https://pypi.python.org/pypi/celery/

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

requests - 2.33.0

Простая библиотека для создания HTTP запросов. Скачать можно по ссылке: https://pypi.python.org/pypi/requests/

     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.