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

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

     18.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Вопросы и обсуждения

The Real Python Podcast – Episode #247: Exploring DuckDB & Comparing Python Expressions vs Statements

Are you looking for a fast database that can handle large datasets in Python? What's the difference between a Python expression and a statement? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

     18.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Интересные проекты, инструменты, библиотеки

fastapi_mcp

A zero-configuration tool for automatically exposing FastAPI endpoints as Model Context Protocol (MCP) tools.

     18.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Статьи
     20.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Релизы

numpy - 2.2.5

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

     20.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Релизы

aiohttp - 3.11.17

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

     17.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Статьи
     16.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Статьи

How to Build Hot Module Replacement in Python

Django’s dev server, uvicorn, and others support hot-loading by restarting the service. For large programs this can be time consuming. This article shows you how to track just what needs to be reloaded and minimize the refresh to only those modules.

     15.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Статьи
     16.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Релизы

kombu - 5.5.3

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

     16.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Релизы

beautifulsoup4 - 4.13.4

XML/HTML парсер. Скачать можно по ссылке: https://pypi.python.org/pypi/beautifulsoup4/

     16.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Релизы

greenlet - 3.2.0

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

     15.04.2025       Выпуск 592 (14.04.2025 - 20.04.2025)       Релизы

ptpython - 3.0.30

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

     12.04.2025       Выпуск 591 (07.04.2025 - 13.04.2025)       Статьи

Maps with Django: GeoDjango, Pillow & GPS

A quick-start guide to create a web map with images, using the Python-based Django web framework, leveraging its GeoDjango module, and Pillow, the Python imaging library, to extract GPS information from images.