Собрали в одном месте самые важные ссылки
читайте нас в Twitter
Очередной выпуск англоязычного подкаста Python Bytes
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.
Библиотека кэширования для Python, написанная на Rust, использующая TinyLFU политику вытеснения. Имеет поддержку time-to-live и time-to-idle.
Safely squash Django migrations in long-running projects to optimize performance and maintain migration history integrity using django-model-info
Фреймворк для написания асинхронных приложений. Скачать можно по ссылке: https://pypi.python.org/pypi/twisted/
Статический анализатор Python-кода. Скачать можно по ссылке: https://pypi.python.org/pypi/pylint/
Простой мощный инструмент тестирования в Python. Скачать можно по ссылке: https://pypi.python.org/pypi/pytest/
Интерактивная оболочка для языка программирования Python. Скачать можно по ссылке: https://pypi.python.org/pypi/IPython
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.