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

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

     29.09.2025       Выпуск 616 (29.09.2025 - 05.10.2025)       Релизы

beautifulsoup4 - 4.14.1

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

     26.09.2025       Выпуск 615 (22.09.2025 - 28.09.2025)       Статьи

Use trimmed in Django blocktranslate

How Django’s blocktranslate tag can introduce unwanted whitespace into translation strings and shows how using the trimmed option solves the problem.

     28.09.2025       Выпуск 615 (22.09.2025 - 28.09.2025)       Релизы

django-cms - 5.1.0.dev1

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

     26.09.2025       Выпуск 615 (22.09.2025 - 28.09.2025)       Вопросы и обсуждения

The Real Python Podcast – Episode #267: Managing Feature Flags & Comparing Python Visualization Libraries

What's a good way to enable or disable code paths without redeploying the software? How can you use feature flags to toggle functionality for specific users of your application? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

     28.09.2025       Выпуск 615 (22.09.2025 - 28.09.2025)       Релизы

django-two-factor-auth - 1.18.1

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

     28.09.2025       Выпуск 615 (22.09.2025 - 28.09.2025)       Релизы

beautifulsoup4 - 4.14.0

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

     26.09.2025       Выпуск 615 (22.09.2025 - 28.09.2025)       Статьи
     25.09.2025       Выпуск 615 (22.09.2025 - 28.09.2025)       Статьи

Unlocking Performance in Python's Free-Threaded Future: GC Optimizations

A description of the performance optimizations made to the free-threaded garbage collector for Python 3.14.

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

Playwright & pytest techniques that bring me joy

A collection of real-world techniques for Playwright and pytest. As a project grows to do more with HTMX and Alpine in the markup, there’s less unit and integration test coverage and a greater need for end to end tests.

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

Playwright vs Pydoll

A deep-dive look at these two popular packages, comparing Pydoll's claims around speed and ergonomics vs Playright.

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

Adopting LLMs in a startup

Wise words and practical lessons from gradually increasing usage of LLM tools into production.