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

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

     13.09.2025       Выпуск 613 (08.09.2025 - 14.09.2025)       Релизы

pyparsing - 3.2.4

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

     12.09.2025       Выпуск 613 (08.09.2025 - 14.09.2025)       Статьи
     11.09.2025       Выпуск 613 (08.09.2025 - 14.09.2025)       Статьи

How to Drop Null Values in pandas

Learn how to use .dropna() to drop null values from pandas DataFrames so you can clean missing data and keep your Python analysis accurate.

     10.09.2025       Выпуск 613 (08.09.2025 - 14.09.2025)       Статьи

Scaling asyncio on Free-Threaded Python

A recap on the work done in Python 3.14 to enable asyncio to scale on the free-threaded build of CPython.

     10.09.2025       Выпуск 613 (08.09.2025 - 14.09.2025)       Статьи
     10.09.2025       Выпуск 613 (08.09.2025 - 14.09.2025)       Статьи

Python 3.14: 3 Smaller Features

With a jam packed 3.14 release around the corner, it’s also important to look at the smaller features coming to Python

     11.09.2025       Выпуск 613 (08.09.2025 - 14.09.2025)       Релизы

pymongo - 4.15.0

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

     10.09.2025       Выпуск 613 (08.09.2025 - 14.09.2025)       Релизы

numpy - 2.3.3

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

     07.09.2025       Выпуск 612 (01.09.2025 - 07.09.2025)       Статьи

Python Memory Tricks: Optimize Your Code for Efficiency in 2025

Learn 8 tricks to reduce memory use in Python programs. Fix memory leaks, pick better data structures, and work with large amounts of data more easily. Use tools like generators and slots with simple code examples. These tips help make your programs faster and stop MemoryErrors.

     09.09.2025       Выпуск 613 (08.09.2025 - 14.09.2025)       Релизы

django-mysql - 4.18.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/

     09.09.2025       Выпуск 613 (08.09.2025 - 14.09.2025)       Релизы

cffi - 2.0.0

Интерфейс для вызова C-кода. Скачать можно по ссылке: https://pypi.python.org/pypi/cffi/

     07.09.2025       Выпуск 612 (01.09.2025 - 07.09.2025)       Статьи
     05.09.2025       Выпуск 612 (01.09.2025 - 07.09.2025)       Статьи