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

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

     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/

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

Flask - 3.1.2

Web-фреймворк на основе Werkzeug, Jinja2 и благих намерениях. Скачать можно по ссылке: https://pypi.python.org/pypi/Flask/

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

jsonschema - 4.25.1

Валидатор JSON данных. Скачать можно по ссылке: https://pypi.python.org/pypi/jsonschema

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

requests - 2.32.5

Простая библиотека для создания HTTP запросов. Скачать можно по ссылке: https://pypi.python.org/pypi/requests/

     15.08.2025       Выпуск 609 (11.08.2025 - 17.08.2025)       Статьи

Combining Django signals with in-memory LRU cache

It's easy to combine functools.lru_cache with Django signals to get a good memoization pattern on Django ORM queries.

     15.08.2025       Выпуск 609 (11.08.2025 - 17.08.2025)       Учебные материалы
     15.08.2025       Выпуск 609 (11.08.2025 - 17.08.2025)       Статьи
     14.08.2025       Выпуск 609 (11.08.2025 - 17.08.2025)       Статьи

Python Wheels: from Tags to Variants

The story of how the Python Wheel Variant design was developed

     13.08.2025       Выпуск 609 (11.08.2025 - 17.08.2025)       Статьи

Python Text Matching Beyond Regex

Text similarity is a fundamental challenge in data science. For data that contains duplicates, clustering content, or building search systems, this article explores using 4 different tools to solve this Regex, difflib, RapidFuzz, and Sentence Transformers

     14.08.2025       Выпуск 609 (11.08.2025 - 17.08.2025)       Релизы

virtualenv - 20.34.0

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

     10.08.2025       Выпуск 608 (04.08.2025 - 10.08.2025)       Статьи

Combining Django signals with in-memory LRU cache

It's easy to combine functools.lru_cache with Django signals to get a good memoization pattern on Django ORM queries.

     12.08.2025       Выпуск 609 (11.08.2025 - 17.08.2025)       Релизы

SQLAlchemy - 2.0.43

Библиотека работы с базами данных. Скачать можно по ссылке: https://pypi.python.org/pypi/SQLAlchemy/

     08.08.2025       Выпуск 608 (04.08.2025 - 10.08.2025)       Интересные проекты, инструменты, библиотеки

loopwerk/django-generic-notifications

A flexible, multi-channel notification system for Django applications with built-in support for email digests, user preferences, and extensible delivery channels.