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

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

     05.08.2024       Выпуск 556 (05.08.2024 - 11.08.2024)       Релизы

flake8 - 7.1.1

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

     01.08.2024       Выпуск 555 (29.07.2024 - 04.08.2024)       Релизы
     02.08.2024       Выпуск 555 (29.07.2024 - 04.08.2024)       Релизы

django-filter - 24.3

Django-приложение для гибкой фильтрации объектов модели (querysets). Скачать можно по ссылке: https://pypi.python.org/pypi/django-filter/

     30.07.2024       Выпуск 555 (29.07.2024 - 04.08.2024)       Релизы
     31.07.2024       Выпуск 555 (29.07.2024 - 04.08.2024)       Релизы

aiohttp - 3.10.0

http клиент/сервер для asyncio. Скачать можно по ссылке: https://pypi.python.org/pypi/aiohttp

     31.07.2024       Выпуск 555 (29.07.2024 - 04.08.2024)       Релизы

redis - 5.0.8

Python клиент для Redis. Скачать можно по ссылке: https://pypi.python.org/pypi/redis/

     30.07.2024       Выпуск 555 (29.07.2024 - 04.08.2024)       Релизы

Sphinx - 8.0.2

Python генератор документации. Скачать можно по ссылке: https://pypi.python.org/pypi/Sphinx/

     30.07.2024       Выпуск 555 (29.07.2024 - 04.08.2024)       Релизы

Sphinx - 8.0.0

Python генератор документации. Скачать можно по ссылке: https://pypi.python.org/pypi/Sphinx/

     30.07.2024       Выпуск 555 (29.07.2024 - 04.08.2024)       Релизы

SQLAlchemy - 1.4.53

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

     26.07.2024       Выпуск 554 (22.07.2024 - 28.07.2024)       Статьи

Implementing Single Sign-On (SSO) with SAML for a Django Application

A straightforward tutorial on adding SSO via SAML to a Django application, which can otherwise be a complex process.

     26.07.2024       Выпуск 554 (22.07.2024 - 28.07.2024)       Статьи
     26.07.2024       Выпуск 554 (22.07.2024 - 28.07.2024)       Статьи
     29.07.2024       Выпуск 555 (29.07.2024 - 04.08.2024)       Релизы

pip - 24.2

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

     26.07.2024       Выпуск 554 (22.07.2024 - 28.07.2024)       Статьи
     24.07.2024       Выпуск 554 (22.07.2024 - 28.07.2024)       Статьи

When Generators Get Cleaned Up

When playing with generators in asynchronous code, Sam ran into some things he didn’t quite expect with how and when resources get cleaned up. This article shows you what you can and can’t control, and in some cases whether you should.

     25.07.2024       Выпуск 554 (22.07.2024 - 28.07.2024)       Релизы

pytest - 8.3.2

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