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

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

     03.09.2025       Выпуск 612 (01.09.2025 - 07.09.2025)       Релизы

Django - 5.1.12

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

     03.09.2025       Выпуск 612 (01.09.2025 - 07.09.2025)       Релизы

Django - 4.2.24

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

     30.08.2025       Выпуск 611 (25.08.2025 - 31.08.2025)       Статьи

Inside CPython's attribute lookup

Inside CPython's attribute lookupPython's attribute lookup logic seems pretty simple at a first glance: "firstlook in the instance __dict__, then look in its type".However, the actual logic is much more complex because it needs to take intoaccount the descriptor protocol, the difference between lookups on instancesvs types, and what happens in presence of metaclasses.

     29.08.2025       Выпуск 611 (25.08.2025 - 31.08.2025)       Статьи
     28.08.2025       Выпуск 611 (25.08.2025 - 31.08.2025)       Релизы

ptpython - 3.0.31

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

     23.08.2025       Выпуск 610 (18.08.2025 - 24.08.2025)       Статьи

Best Code Rule: Always Separate Input, Output, and Processing

Stop writing glue-code scripts. Discover how one simple principle — separating input, output, and processing — transforms messy Python into professional-grade software.

     22.08.2025       Выпуск 610 (18.08.2025 - 24.08.2025)       Статьи

We Needed Better Cloud Storage for Python so We Built Obstore

Obstore is a fast, lightweight Python library for working with object storage

     22.08.2025       Выпуск 610 (18.08.2025 - 24.08.2025)       Статьи
     25.08.2025       Выпуск 611 (25.08.2025 - 31.08.2025)       Релизы

beautifulsoup4 - 4.13.5

XML/HTML парсер. Скачать можно по ссылке: https://pypi.python.org/pypi/beautifulsoup4/

     24.08.2025       Выпуск 610 (18.08.2025 - 24.08.2025)       Релизы

supervisor - 4.3.0

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

     22.08.2025       Выпуск 610 (18.08.2025 - 24.08.2025)       Релизы

lxml - 6.0.1

Мощный и быстрый модуль для обработки XML/HTML. Скачать можно по ссылке: https://pypi.python.org/pypi/lxml/

     20.08.2025       Выпуск 610 (18.08.2025 - 24.08.2025)       Статьи

Subinterpreters and Asyncio

Subinterpreters are new and not well understood by the community, a library to abstract away some of the complexities is needed, and asyncio is one way to do that.

     19.08.2025       Выпуск 610 (18.08.2025 - 24.08.2025)       Вопросы и обсуждения

Python Bytes: #445 Auto-activate Python virtual environments for any project

Очередной выпуск англоязычного подкаста Python Bytes

     19.08.2025       Выпуск 610 (18.08.2025 - 24.08.2025)       Статьи

The State of Python 2025

Тренды в Python, какие технологии и подходы более популярны относительно других.

     19.08.2025       Выпуск 610 (18.08.2025 - 24.08.2025)       Статьи
     20.08.2025       Выпуск 610 (18.08.2025 - 24.08.2025)       Релизы

pymongo - 4.14.1

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