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

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

     28.02.2025       Выпуск 585 (24.02.2025 - 02.03.2025)       Статьи
     02.03.2025       Выпуск 585 (24.02.2025 - 02.03.2025)       Релизы

pytest - 8.3.5

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

     27.02.2025       Выпуск 585 (24.02.2025 - 02.03.2025)       Видео

Опыт использ. Python для автом. бизнес-процессов

От автоматизации нажатия кнопок, до создания полноценных интеграций систем — в этом докладе я расскажу, как мы развили наш подход к RPA, используя Python. 

     27.02.2025       Выпуск 585 (24.02.2025 - 02.03.2025)       Статьи

How to Work With Polars LazyFrames

A Polars LazyFrame provides an efficient way to handle large datasets through lazy evaluation. Unlike traditional DataFrames, LazyFrames don’t contain data but instead store a set of instructions known as a query plan.

     28.02.2025       Выпуск 585 (24.02.2025 - 02.03.2025)       Релизы

IPython - 9.0.0

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

     26.02.2025       Выпуск 585 (24.02.2025 - 02.03.2025)       Статьи

FastAPI Deconstructed: Anatomy of an ASGI Framework

This article, based on a PyCon APAC talk, covers just what FastAPI does under the hood.

     25.02.2025       Выпуск 585 (24.02.2025 - 02.03.2025)       Статьи

Łukasz Langa: A peek into a possible future of Python in the browser

My Python code was too slow, so I made it faster with Python. For some definition of “Python”.

     25.02.2025       Выпуск 585 (24.02.2025 - 02.03.2025)       Релизы

aiohttp - 3.11.13

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

     21.02.2025       Выпуск 584 (17.02.2025 - 23.02.2025)       Интересные проекты, инструменты, библиотеки

InkyPi

E-Ink Display with a Raspberry Pi and a Web Interface to customize and update the display with various plugins

     21.02.2025       Выпуск 584 (17.02.2025 - 23.02.2025)       Статьи
     22.02.2025       Выпуск 584 (17.02.2025 - 23.02.2025)       Релизы

Sphinx - 8.2.1

Python генератор документации. Скачать можно по ссылке: https://pypi.python.org/pypi/Sphinx/

     20.02.2025       Выпуск 584 (17.02.2025 - 23.02.2025)       Статьи

How to Manage Python Projects With pyproject.toml

Learn how to manage Python projects with the pyproject.toml configuration file. In this tutorial, you'll explore key use cases of the pyproject.toml file, including configuring your build, installing your package locally, managing dependencies, and publishing your package to PyPI.