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

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

     19.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Вопросы и обсуждения

The Real Python Podcast – Episode #266: Dangers of Automatically Converting a REST API to MCP

When converting an existing REST API to the Model Context Protocol, what should you consider? What anti-patterns should you avoid to keep an AI agent’s context clean? This week on the show, Kyle Stratis returns to discuss his upcoming book, "AI Agents with MCP".

     19.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Статьи

Basics of Equality Saturation

Equality saturation — это техника для построения оптимизирующих компиляторов с использованием e-графов. Создаем оптимизатор для подмножества линейной алгебры с помощью egglog. Начнём с оптимизации простых арифметических выражений с целыми числами. 

     19.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Статьи
     21.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Релизы

pyparsing - 3.2.5

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

     18.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Статьи
     18.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Релизы
     18.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Релизы

django-mysql - 4.19.0

Django приложение для работы с MySQL и MariaDB. Поддержка Python: 2.7, 3.4; Django: 1.7, 1.8, master; MySQL: 5.5, 5.6 / MariaDB: 5.5, 10.0, 10.1; mysqlclient: 1.3.6 (Python 3 compatible version of MySQL-python). Скачать можно по ссылке: https://pypi.python.org/pypi/django-mysql/

     18.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Релизы

psutil - 7.1.0

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

     16.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Релизы
     17.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Релизы

django-cms - 5.0.3

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

     16.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Статьи

Benchmarking MicroPython

This post compares the performance of running Python on several microcontroller boards.

     16.09.2025       Выпуск 614 (15.09.2025 - 21.09.2025)       Статьи

Production-Grade Python Logging Made Easier With Loguru

While Python’s standard logging module is powerful, navigating its system of handlers, formatters, and filters can often feel like more work than it should be. This article describes how to achieve the same (and better) results with a fraction of the complexity using Loguru.