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

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

     10.06.2025       Выпуск 600 (09.06.2025 - 15.06.2025)       Релизы

requests - 2.32.4

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

     09.06.2025       Выпуск 600 (09.06.2025 - 15.06.2025)       Релизы

scrapy - 2.13.2

Гибкий фреймворк для написания web-пауков (парсеров). Скачать можно по ссылке: https://pypi.python.org/pypi/scrapy

     06.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Интересные проекты, инструменты, библиотеки

AndrewIngram/django-extra-views

Django's class-based generic views are awesome, let's have more of them.

     06.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Видео

Django + HTMX: Patterns to Success

A talk on tried and tested patterns for building applications using Django and HTMX.

     06.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Видео

How to split up a Django monolith without using microservices

django-queuebie offers a synchronous command and event message queue to decouple, modularize and test complex Django business logic across internal apps without microservices.

     06.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Статьи

Automatic Dead‑Link Detection

django-linkcheck is a Django app that automates dead link detection in URLFields and HTML content, schedules checks, and provides an admin interface.

     06.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Статьи

Optimizing Django Docker Builds with Astral’s `uv`

Astral’s uv dramatically accelerates and secures Django Docker builds by leveraging multi-stage images, cache mounts, and strict lockfile verification for deterministic dependency management.

     06.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Интересные проекты, инструменты, библиотеки

typed-ffmpeg - Modern Python FFmpeg wrapper

Modern Python FFmpeg wrappers offer comprehensive support for complex filters, complete with detailed typing and documentation.

     08.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Релизы

numpy - 2.3.0

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

     08.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Релизы

aiohttp - 3.12.11

http клиент/сервер для asyncio. Скачать можно по ссылке: https://pypi.python.org/pypi/aiohttp

     07.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Релизы

Twisted - 25.5.0

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

     04.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Статьи
     04.06.2025       Выпуск 599 (02.06.2025 - 08.06.2025)       Статьи

Writing Portable DataFrame Code for Lazy Execution

Learn one simple concept, and you can rid your code of row-ordering assumptions - it will then work seamlessly across eager and lazy DataFrames