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

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

     07.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Релизы

django-mysql - 4.16.0

Django приложение для работы с MySQL и MariaDB. Поддержка Python: 2.7, 3.4; Django: 1.7, 1.8, master; MySQL: 5.5, 5.6 / MariaDB: 5.5, 10.0, 10.1; mysqlclient: 1.3.6 (Python 3 compatible version of MySQL-python). Скачать можно по ссылке: https://pypi.python.org/pypi/django-mysql/

     07.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Релизы

SQLAlchemy - 2.0.38

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

     05.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Статьи

Building Cython (Or C) Extensions Using uv

Developing Python libraries with C extensions can be tricky. Learn how uv and setuptools can work together to build Cython-powered projects.

     05.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Статьи

Dynamic Forms With Flask

This post shows you how to create dynamic web forms, where fields are added on the fly, when coding within the Flask web framework.

     06.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Релизы

aiohttp - 3.11.12

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

     04.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Статьи
     06.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Релизы

Django - 4.2.19

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

     06.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Релизы

Django - 5.0.12

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

     06.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Релизы

Django - 5.1.6

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

     04.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Статьи
     03.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Релизы

beautifulsoup4 - 4.13.0

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

     31.01.2025       Выпуск 581 (27.01.2025 - 02.02.2025)       Статьи

Avoiding Mocks: Testing LLM Applications with LangChain in Django

A practical method for testing Django-based LLM apps with LangChain uses a custom fake backend to avoid mocks, enabling flexible refactoring and thorough validation of model interactions.

     03.02.2025       Выпуск 582 (03.02.2025 - 09.02.2025)       Релизы

beautifulsoup4 - 4.13.1

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

     31.01.2025       Выпуск 581 (27.01.2025 - 02.02.2025)       Статьи
     31.01.2025       Выпуск 581 (27.01.2025 - 02.02.2025)       Вопросы и обсуждения