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

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

     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.

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

Exploring ICEYE’s Satellite Imagery

This article does a deep dive data-analysis on satellite imagery of an airport. It uses pandas, geopandas, PyTorch, and more.

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

Python Free-Threading Guide

This is a centralized collection of documentation and trackers around compatibility with free-threaded CPython for the Python open source ecosystem.

     19.02.2025       Выпуск 584 (17.02.2025 - 23.02.2025)       Релизы

Sphinx - 8.2.0

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