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

Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE

     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.

     27.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Статьи
     25.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Вопросы и обсуждения
     25.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Статьи
     25.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Статьи

Topological Sort

A Directed Acyclic Graph (DAG) is a common data structure used to contain a series of related items that must have certain order or dependency. Topological sorting is used to help find where you might start processing to get in order handling of the items in a DAG.

     24.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Статьи
     24.12.2024       Выпуск 576 (23.12.2024 - 29.12.2024)       Релизы

pylint - 3.3.3

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