Собрали в одном месте самые важные ссылки
читайте нас в Twitter
dbt Core is a modern data transformation framework.
Formatting and concatenating query result columns on the PostgreSQL side and then parsing them in Python might sometimes be faster than fetching the columns as separate values.
Safely squash Django migrations in long-running projects to optimize performance and maintain migration history integrity using django-model-info
Managing dependencies in Python can be a bit of a challenge. This deep dive article shows you all the problems and how the problems are mitigated if not solved.
“This document provides an overview of techniques and tools that can help get your Django code running more efficiently - faster, and using fewer system resources.”
Django's async capabilities have significantly improved, making it a viable option for production use, especially in AI applications where I/O-bound tasks are prevalent.