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

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

     19.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Статьи

LangChain Python Tutorial: 2026’s Complete Guide

If you’ve read the blog post How to Build Chatbots With LangChain, you may want to know more about LangChain. This blog post will dive deeper into what LangChain offers and guide you through a few more real-world use cases.

     21.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Релизы

greenlet - 3.2.5

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

     20.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Релизы

pylint - 4.0.5

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

     20.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Релизы

Werkzeug - 3.1.6

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

     18.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Статьи

5 Essential Itertools for Data Science

Learn 5 essential itertools methods to eliminate manual feature engineering waste. Replace nested loops with systematic functions for interactions, polynomial features, and categorical combinations.

     19.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Релизы

virtualenv - 20.38.0

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

     19.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Релизы

Flask - 3.1.3

Web-фреймворк на основе Werkzeug, Jinja2 и благих намерениях. Скачать можно по ссылке: https://pypi.python.org/pypi/Flask/

     17.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Статьи
     13.02.2026       Выпуск 635 (09.02.2026 - 15.02.2026)       Вопросы и обсуждения

The Real Python Podcast – Episode #284: Running Local LLMs With Ollama and Connecting With Python

Would you like to learn how to work with LLMs locally on your own computer? How do you integrate your Python projects with a local model? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.

     17.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Релизы

redis - 7.2.0

Python клиент для Redis. Скачать можно по ссылке: https://pypi.python.org/pypi/redis/

     13.02.2026       Выпуск 635 (09.02.2026 - 15.02.2026)       Конференции, события, встречи разработчиков

PyTV - Free Online Python Conference (March 4th)

1 Day, 15 Speakers, 6 hours of live talks including from Sarah Boyce, Sheena O'Connell, Carlton Gibson, and Will Vincent. Sign up and save the date!

     11.02.2026       Выпуск 635 (09.02.2026 - 15.02.2026)       Статьи

ScrapeGraph - Natural Language Web Scraping

Web scraping without selector maintenance. ScrapeGraphAI uses LLMs to extract data from any site using plain English prompts and Pydantic schemas.

     11.02.2026       Выпуск 635 (09.02.2026 - 15.02.2026)       Статьи

Sorting Strategies for Optional Fields in Django

How to control NULL value placement when sorting Django QuerySets using F() expressions.

     11.02.2026       Выпуск 635 (09.02.2026 - 15.02.2026)       Статьи

Text Classification With Python 3.14’s zstd Module

There is commonality between text classifiers and compression and there are algorithms out there to do one with the other, but it requires an incremental compressor. Python 3.14 added zstd which supports this feature, allowing Max to take a stab at doing ML with a compressor.