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

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

     03.12.2024       Выпуск 573 (02.12.2024 - 08.12.2024)       Вопросы и обсуждения

Python Bytes: #412 Closing the loop

Очередной выпуск англоязычного подкаста Python Bytes

     04.12.2024       Выпуск 573 (02.12.2024 - 08.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.

     01.12.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Интересные проекты, инструменты, библиотеки

moka-py - эффективное кэширование с помощью Rust

Библиотека кэширования для Python, написанная на Rust, использующая TinyLFU политику вытеснения. Имеет поддержку time-to-live и time-to-idle.

     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

     02.12.2024       Выпуск 573 (02.12.2024 - 08.12.2024)       Релизы

Twisted - 24.11.0

Фреймворк для написания асинхронных приложений. Скачать можно по ссылке: https://pypi.python.org/pypi/twisted/

     29.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи
     29.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи
     02.12.2024       Выпуск 573 (02.12.2024 - 08.12.2024)       Релизы

pylint - 3.3.2

Статический анализатор Python-кода. Скачать можно по ссылке: https://pypi.python.org/pypi/pylint/

     01.12.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Релизы

pytest - 8.3.4

Простой мощный инструмент тестирования в Python. Скачать можно по ссылке: https://pypi.python.org/pypi/pytest/

     28.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Релизы
     28.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи
     29.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Релизы

IPython - 8.30.0

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

     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.