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

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

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

uv vs pip: Managing Python Packages and Dependencies

Compare uv vs pip with benchmarks, speed tests, and dependency management tips. Learn which tool is best for your Python projects.

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

pytest - 8.4.2

Простой мощный инструмент тестирования в Python. Скачать можно по ссылке: https://pypi.python.org/pypi/pytest/

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

Real-Time Reports With pytest

This article describes how you can use custom Pytest hooks to generate real-time reports.

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

5 Common Bottlenecks in pandas Workflows

Fan screaming? Laptop grinding to a halt? You’re probably running pandas on more data than your CPU wants to handle. This post breaks down five common bottlenecks in pandas (slow reads, memory-heavy joins, sluggish groupbys), typical CPU workarounds, and how a one-line cudf.pandas extension unlocks GPU acceleration—with example code and Colab links to try.

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

Django - 5.2.6

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

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