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

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

     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.

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

Feature Flags in Depth

Feature flags are a way to enable or disable blocks of code without needing to re-deploy your software. This post shows you several different approaches to feature flags.

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

What Does -> Mean in Python Function Definitions?

Wondering what the arrow notation means in Python? Discover how -> is used in type hints, functions, and more with simple explanations and examples.

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

django-two-factor-auth - 1.18.0

Полноценная двухфакторная аутентификации для Django.. Скачать можно по ссылке: https://pypi.python.org/pypi/django-two-factor-auth/

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

pymongo - 4.15.1

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

     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)       Статьи