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

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

     16.01.2026       Выпуск 631 (12.01.2026 - 18.01.2026)       Вопросы и обсуждения

The Real Python Podcast – Episode #280: Considering Fast and Slow in Python Programming

How often have you heard about the speed of Python? What's actually being measured, where are the bottlenecks---development time or run time---and which matters more for productivity? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

     16.01.2026       Выпуск 631 (12.01.2026 - 18.01.2026)       Статьи
     13.01.2026       Выпуск 631 (12.01.2026 - 18.01.2026)       Релизы

scrapy - 2.14.1

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

     09.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Статьи

Migrating From Celery to Django Tasks

Django’s new Task Framework makes it surprisingly easy to replace Celery, covering configuration, task migration, queues, workers, and periodic jobs with simpler, built-in tooling.

     09.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Статьи

Recursive structural pattern matching

Learn how to use structural pattern matching (the match statement) to work recursively through tree-like structures. In this short article you will learn to use structural pattern matching in recursive, tree-like data structures. The examples from this article are taken from a couple of recent issues of my weekly newsletter.

     09.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Статьи
     09.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Статьи
     10.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Релизы

numpy - 2.4.1

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

     07.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Статьи

Python 3.6-3.14 Performance

One of the maintainers of Knave has been tracking Python performance data for a while and a recent upgrade of one of their machines meant they now had more info across different hardware. This post compares their performance test across Apple M1 & M5, Zen2 and Cascade Lake chips.

     10.01.2026       Выпуск 630 (05.01.2026 - 11.01.2026)       Релизы

virtualenv - 20.36.1

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