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

Собрали в одном месте самые важные ссылки
консультируем про IT, Python

     03.01.2025       Выпуск 577 (30.12.2024 - 05.01.2025)       Статьи

Cowboy Debugging Python Memory Leaks

Debugging Python memory leaks gets a creative twist with objgraph and signal handlers, letting you analyze live systems without constant restarts—perfect for the brave and curious.

     03.01.2025       Выпуск 577 (30.12.2024 - 05.01.2025)       Статьи

Python: create temporary files and directories in unittest

Create and manage temporary files and directories in Python tests, with practical tips for unittest and more.

     03.01.2025       Выпуск 577 (30.12.2024 - 05.01.2025)       Статьи
     03.01.2025       Выпуск 577 (30.12.2024 - 05.01.2025)       Статьи
     03.01.2025       Выпуск 577 (30.12.2024 - 05.01.2025)       Статьи
     03.01.2025       Выпуск 577 (30.12.2024 - 05.01.2025)       Релизы

virtualenv - 20.28.1

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

     01.01.2025       Выпуск 577 (30.12.2024 - 05.01.2025)       Статьи
     31.12.2024       Выпуск 577 (30.12.2024 - 05.01.2025)       Статьи
     01.01.2025       Выпуск 577 (30.12.2024 - 05.01.2025)       Релизы

pyparsing - 3.2.1

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

     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.

     27.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Интересные проекты, инструменты, библиотеки

opik

From RAG chatbots to code assistants to complex agentic pipelines and beyond, build LLM systems that run better, faster, and cheaper with tracing, evaluations, and dashboards.