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

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

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

A (biased) Pure Python Performance Comparison

The following is a performance comparison of several (pure) Python implementations, for a large part of the Shed Skin example set. I left out some of the examples, that would result in an unfair comparison (mostly because of randomization), or that were too interactive to easily measure. Obviously this comparison is very biased, and probably unfair in some way to the other projects (though I've tried to be fair, for example by letting PyPy stabilize before measuring).

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

celery - 5.6.1

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

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

kombu - 5.6.2

Фреймворк для работы с AMQP. Скачать можно по ссылке: https://pypi.python.org/pypi/kombu/

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

psutil - 7.2.1

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

     26.12.2025       Выпуск 628 (22.12.2025 - 28.12.2025)       Статьи
     24.12.2025       Выпуск 628 (22.12.2025 - 28.12.2025)       Статьи

What’s New in PySpark 4.0

Discover PySpark 4.0’s game-changing features: 3x faster Arrow UDFs, native Plotly visualization, and dynamic schema UDTFs for flexible data transformations.

     25.12.2025       Выпуск 628 (22.12.2025 - 28.12.2025)       Релизы

pgcli - 4.4.0

REPL для Postgres. Скачать можно по ссылке: https://pypi.python.org/pypi/pgcli/

     24.12.2025       Выпуск 628 (22.12.2025 - 28.12.2025)       Релизы

psutil - 7.2.0

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

     23.12.2025       Выпуск 628 (22.12.2025 - 28.12.2025)       Релизы

pyparsing - 3.3.1

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

     23.12.2025       Выпуск 628 (22.12.2025 - 28.12.2025)       Релизы

pyparsing - 3.3.0

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

     19.12.2025       Выпуск 627 (15.12.2025 - 21.12.2025)       Статьи