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

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

     15.07.2025       Релизы
     12.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Релизы
     13.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Новости
     11.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Видео

One more time about µDjango

A standard Django project involves working with multiple files and folders from the start. Let's see how the work with a Django project when we have only one file in project. This solution automatically transforms Django into a microservice-oriented async framework with "batteries included” philosophy.

     11.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Вопросы и обсуждения

The Real Python Podcast – Episode #257: Comparing Real-World Python Performance Against Big O

How does the performance of an algorithm hold up when you put it into a realistic context? Where might Python code defy Big O notation expectations when using a profiler? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

     11.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Статьи

Solving Wordle with uv's dependency resolver

Играем в буквенную игру при помощи менеджера пакетов.

     11.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Статьи

Getting extensions to work with free-threaded Python

Как подойти к подготовке C-расширений к новому Python

     11.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Статьи
     12.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Релизы

django-cms - 4.1.7

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

     09.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Статьи
     09.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Статьи

Application Logging in Python: Recipes for Observability

The logging module is powerful, but it can be somewhat complex. This tutorial covers structured JSON output, centralizing logging configuration, using contextvars to automatically enrich your logs with request-specific data, and other useful patterns for your observability needs.

     10.07.2025       Выпуск 604 (07.07.2025 - 13.07.2025)       Релизы

aiohttp - 3.12.14

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

     04.07.2025       Выпуск 603 (30.06.2025 - 06.07.2025)       Видео

100 Million Parking Transactions Per Year with Django

For several Dutch municipalities, Django applications power the monitoring of both on-street and off-street parking transactions. What started as a straightforward tool for extracting data from parking facilities has evolved into a robust ETL platform with a feature-rich dashboard. This talk delves into how Django remains the backbone of our operations and why it continues to be the foundation of our business success.