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

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

     09.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Статьи
     09.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Статьи
     10.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Релизы

numpy - 2.4.1

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

     07.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Статьи

Python 3.6-3.14 Performance

One of the maintainers of Knave has been tracking Python performance data for a while and a recent upgrade of one of their machines meant they now had more info across different hardware. This post compares their performance test across Apple M1 & M5, Zen2 and Cascade Lake chips.

     10.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Релизы

virtualenv - 20.36.1

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

     09.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Релизы

Werkzeug - 3.1.5

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

     08.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Релизы

jsonschema - 4.26.0

Валидатор JSON данных. Скачать можно по ссылке: https://pypi.python.org/pypi/jsonschema

     08.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Релизы

pymongo - 4.16.0

Python интерфейс для MongoDB. Скачать можно по ссылке: https://pypi.python.org/pypi/pymongo/

     07.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Релизы

Django - 5.2.10

Мощный web-фреймворк. Скачать можно по ссылке: https://pypi.python.org/pypi/Django/

     07.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Релизы

Django - 6.0.1

Мощный web-фреймворк. Скачать можно по ссылке: https://pypi.python.org/pypi/Django/

     05.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Релизы

scrapy - 2.14.0

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

     04.01.2026       Выпуск 629 (29.12.2025 - 04.01.2026)       Статьи
     04.01.2026       Выпуск 629 (29.12.2025 - 04.01.2026)       Релизы

celery - 5.6.2

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

     04.01.2026       Выпуск 629 (29.12.2025 - 04.01.2026)       Релизы

aiohttp - 3.13.3

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

     02.01.2026       Выпуск 629 (29.12.2025 - 04.01.2026)       Статьи

DOOM in Django: testing the limits of LiveView at 600.000 divs/seconds

Yep, DOOM in Django. That's right. Django LiveView streams ViZDoom as 100x100 pixel frames mapped to 10,000 divs at 60 FPS, sustaining about 600000 divs per second reliably.