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

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

     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.

     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.

     24.01.2025       Выпуск 580 (20.01.2025 - 26.01.2025)       Интересные проекты, инструменты, библиотеки

Salaah01/django-action-triggers

A Django library for asynchronously triggering actions in response to database changes. It supports integration with webhooks, message brokers (e.g., Kafka, RabbitMQ), and can trigger other processes, including AWS Lambda functions.

     24.01.2025       Выпуск 580 (20.01.2025 - 26.01.2025)       Статьи

Looking at Django task runners and queues

I use django-apscheduler to run a queue of scheduled tasks. Now I also need the ability to run one-off tasks and that turned out to not be so simple.

     15.01.2025       Выпуск 579 (13.01.2025 - 19.01.2025)       Релизы

Django - 4.2.18

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

     15.01.2025       Выпуск 579 (13.01.2025 - 19.01.2025)       Релизы

Django - 5.1.5

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

     15.01.2025       Выпуск 579 (13.01.2025 - 19.01.2025)       Релизы

Django - 5.0.11

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

     14.01.2025       Выпуск 579 (13.01.2025 - 19.01.2025)       Релизы

django-debug-toolbar - 5.0.0

Панель отладки и профилирования Django приложений. Скачать можно по ссылке: https://pypi.python.org/pypi/django-debug-toolbar/

     11.01.2025       Выпуск 578 (06.01.2025 - 12.01.2025)       Статьи
     10.01.2025       Выпуск 578 (06.01.2025 - 12.01.2025)       Статьи

Complex Django filters with Subquery

An overview on how to do complex filtering in Django with Subquery.

     10.01.2025       Выпуск 578 (06.01.2025 - 12.01.2025)       Статьи
     08.01.2025       Выпуск 578 (06.01.2025 - 12.01.2025)       Статьи
     28.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Статьи
     28.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Интересные проекты, инструменты, библиотеки

RealOrangeOne/django-tasks

A reference implementation and backport of background workers and tasks in Django.

     28.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Статьи

This Django Template Tag is Killing Your Performance

Avoid performance pitfalls by replacing the length template filter with count() for QuerySet objects to prevent excessive memory and database usage.

     25.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Вопросы и обсуждения
     15.12.2024       Выпуск 574 (09.12.2024 - 15.12.2024)       Статьи