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

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

     30.04.2026       Выпуск 646 (27.04.2026 - 03.05.2026)       Статьи

Using Bag-of-Words

Have you ever wondered how machine learning models actually work with text? After all, these models require numerical input, but text is, well, text. Natural language processing (NLP) offers many ways to bridge this gap, from the large language models (LLMs) that are dominating headlines today all the way back to the foundational techniques of […]

     29.04.2026       Выпуск 646 (27.04.2026 - 03.05.2026)       Статьи

Building a Python Library in 2026

So you want to build a Python library in 2026? Here’s everything you need to know about the state of the art.

     28.04.2026       Выпуск 646 (27.04.2026 - 03.05.2026)       Статьи
     29.04.2026       Выпуск 646 (27.04.2026 - 03.05.2026)       Релизы

django-grappelli - 5.0.0

Альтернативный базирующийся на сетке дизайн админ панели Django. Скачать можно по ссылке: https://pypi.python.org/pypi/django-grappelli/

     28.04.2026       Выпуск 646 (27.04.2026 - 03.05.2026)       Релизы

scrapy - 2.15.2

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

     28.04.2026       Выпуск 646 (27.04.2026 - 03.05.2026)       Релизы

virtualenv - 21.3.0

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

     27.04.2026       Выпуск 646 (27.04.2026 - 03.05.2026)       Релизы

greenlet - 3.5.0

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

     27.04.2026       Выпуск 646 (27.04.2026 - 03.05.2026)       Релизы

pip - 26.1

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

     24.04.2026       Выпуск 645 (20.04.2026 - 26.04.2026)       Статьи
     24.04.2026       Выпуск 645 (20.04.2026 - 26.04.2026)       Релизы

scrapy - 2.15.1

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

     22.04.2026       Выпуск 645 (20.04.2026 - 26.04.2026)       Статьи

Machine Learning Visualized

This is a series of Jupyter notebooks that help visualize the algorithms that are used in machine learning. Learn more about neural networks, regression, k-means clustering, and more.

     17.04.2026       Выпуск 644 (13.04.2026 - 19.04.2026)       Новости

Reverting the incremental GC in Python 3.14 and 3.15 - Core Development

Python is rolling back its new incremental garbage collector in 3.14 and 3.15 after real-world memory issues, reverting to the proven generational model while rethinking a future reintroduction.

     21.04.2026       Выпуск 645 (20.04.2026 - 26.04.2026)       Релизы

psycopg2 - 2.9.12

Python интерфейс для PostgreSQL. Скачать можно по ссылке: https://pypi.python.org/pypi/psycopg2/