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

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

     20.10.2023       Выпуск 513 (16.10.2023 - 22.10.2023)       Видео

Сложности реализации JSON:API на FastAPI + Pydantic

Проблемы, с которыми мы столкнулись при реализации JSON:API на FastAPI. Что удалось реализовать, что пришлось подпереть костылями, а что осталось нерешенным. Слайды: https://speakerdeck.com/moscowdjango/moscow-python-meetup-84-surien-khorienian-slozhnosti-riealizatsii-json-api-na-fastapi-plus-pydantic

     20.10.2023       Выпуск 513 (16.10.2023 - 22.10.2023)       Статьи
     19.10.2023       Выпуск 513 (16.10.2023 - 22.10.2023)       Статьи
     21.10.2023       Выпуск 513 (16.10.2023 - 22.10.2023)       Релизы

pip - 23.3.1

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

     18.10.2023       Выпуск 513 (16.10.2023 - 22.10.2023)       Релизы

Schemathesis 3.20

New release of an open-source API fuzzer. Introducing support for Open API 3.1, XML, and many more

     17.10.2023       Выпуск 513 (16.10.2023 - 22.10.2023)       Статьи
     15.10.2023       Выпуск 512 (09.10.2023 - 15.10.2023)       Релизы

psutil - 5.9.6

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

     15.10.2023       Выпуск 512 (09.10.2023 - 15.10.2023)       Релизы

numpy - 1.26.1

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

     13.10.2023       Выпуск 512 (09.10.2023 - 15.10.2023)       Интересные проекты, инструменты, библиотеки

faststream

FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ and NATS.

     13.10.2023       Выпуск 512 (09.10.2023 - 15.10.2023)       Статьи
     13.10.2023       Выпуск 512 (09.10.2023 - 15.10.2023)       Релизы

SQLAlchemy - 2.0.22

Библиотека работы с базами данных. Скачать можно по ссылке: https://pypi.python.org/pypi/SQLAlchemy/

     11.10.2023       Выпуск 512 (09.10.2023 - 15.10.2023)       Статьи

Mastering Integration Testing With FastAPI

This article shows you how to use MongoMock and MockS3 to power your integration tests on a FastAPI based project.

     11.10.2023       Выпуск 512 (09.10.2023 - 15.10.2023)       Статьи

Hallucination Detection for Abstractive Summaries

Abstractive summary is an AI task that rephrases and condenses text content into a summary. This article is a deep dive into how to ensure correctness and the math involved in ensuring fluency, coherence, relevance, and consistency.