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

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

     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)       Статьи
     13.03.2026       Выпуск 639 (09.03.2026 - 15.03.2026)       Статьи
     13.03.2026       Выпуск 639 (09.03.2026 - 15.03.2026)       Релизы

scrapy - 2.14.2

Гибкий фреймворк для написания web-пауков (парсеров). Скачать можно по ссылке: https://pypi.python.org/pypi/scrapy

     10.03.2026       Выпуск 639 (09.03.2026 - 15.03.2026)       Статьи
     11.03.2026       Выпуск 639 (09.03.2026 - 15.03.2026)       Релизы

tornado - 6.5.5

Масштабируемый, не блокирующий web-сервер. Скачать можно по ссылке: https://pypi.python.org/pypi/tornado/

     10.03.2026       Выпуск 639 (09.03.2026 - 15.03.2026)       Релизы

virtualenv - 21.2.0

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

     09.03.2026       Выпуск 639 (09.03.2026 - 15.03.2026)       Релизы

numpy - 2.4.3

Модуль для работы с многомерными массивами. Скачать можно по ссылке: https://pypi.python.org/pypi/numpy/