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

Собрали в одном месте самые важные ссылки
читайте нас в Twitter

     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)       Вопросы и обсуждения
     01.02.2025       Выпуск 581 (27.01.2025 - 02.02.2025)       Релизы

IPython - 8.32.0

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

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

Fake Django Objects With Factory Boy

The factory_boy library is a tool for managing fixtures for your tests. This article shows you how to use it with Django.