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

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

     04.12.2024       Статьи

Speeding Up Data Retrieval From PostgreSQL With Psycopg

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.

     30.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи
     30.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи

Squashing Django Migrations Easily

Safely squash Django migrations in long-running projects to optimize performance and maintain migration history integrity using django-model-info

     29.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи
     29.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи
     28.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи
     27.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи

Python Dependency Management Is a Dumpster Fire

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.

     27.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи

Django Performance and Optimization

“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.”

     26.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи
     22.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Статьи

Is async django ready for prime time?

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.

     22.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Статьи
     22.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Статьи
     21.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Статьи

NumPy Practical Examples: Useful Techniques

In this tutorial, you'll learn how to use NumPy by exploring several interesting examples. You'll read data from a file into an array and analyze structured arrays to perform a reconciliation. You'll also learn how to quickly chart an analysis and turn a custom function into a vectorized function.

     20.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Статьи
     19.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Статьи
     15.11.2024       Выпуск 570 (11.11.2024 - 17.11.2024)       Статьи
     14.11.2024       Выпуск 570 (11.11.2024 - 17.11.2024)       Статьи

Publishing to PyPI with a Trusted Publisher from GitLab CI/CD

PyPA’s Trusted Publishers let you upload Python packages directly from your CI pipeline to PyPI.

     14.11.2024       Выпуск 570 (11.11.2024 - 17.11.2024)       Статьи