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

Собрали в одном месте самые важные ссылки
читайте авторский блог

     01.11.2023       Выпуск 515 (30.10.2023 - 05.11.2023)       Статьи

From Chaos to Cohesion: Architecting Your Own Monorepo

A monorepo approach means keeping the code from all your projects in one place. It requires changing your tooling approach, but means better dependency management. This article shows you how to build a simple python monorepo using GitHub Actions as a CI/CD tool.

     03.11.2023       Выпуск 515 (30.10.2023 - 05.11.2023)       Релизы

SQLAlchemy - 2.0.23

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

     02.11.2023       Выпуск 515 (30.10.2023 - 05.11.2023)       Релизы

pymongo - 4.6.0

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

     01.11.2023       Выпуск 515 (30.10.2023 - 05.11.2023)       Релизы

Django - 4.2.7

Мощный web-фреймворк. Скачать можно по ссылке: https://pypi.python.org/pypi/Django/

     31.10.2023       Выпуск 515 (30.10.2023 - 05.11.2023)       Статьи

How to Use Type Hints for Multiple Return Types in Python

In this tutorial, you'll learn to specify multiple return types using type hints in Python. You'll cover working with one or several pieces of data, defining type aliases, and type checking with a third-party static type checker tool.

     31.10.2023       Выпуск 515 (30.10.2023 - 05.11.2023)       Релизы

Twisted - 23.10.0

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

     31.10.2023       Выпуск 515 (30.10.2023 - 05.11.2023)       Релизы

IPython - 8.17.2

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

     31.10.2023       Выпуск 515 (30.10.2023 - 05.11.2023)       Релизы

pgcli - 4.0.1

REPL для Postgres. Скачать можно по ссылке: https://pypi.python.org/pypi/pgcli/

     30.10.2023       Выпуск 515 (30.10.2023 - 05.11.2023)       Релизы

jsonschema - 4.19.2

Валидатор JSON данных. Скачать можно по ссылке: https://pypi.python.org/pypi/jsonschema

     30.10.2023       Выпуск 515 (30.10.2023 - 05.11.2023)       Релизы

SQLAlchemy - 1.4.50

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

     26.10.2023       Выпуск 514 (23.10.2023 - 29.10.2023)       Вопросы и обсуждения

Python Bytes: #358 Collecting Shells

Очередной выпуск англоязычного подкаста Python Bytes

     26.10.2023       Выпуск 514 (23.10.2023 - 29.10.2023)       Вопросы и обсуждения
     26.10.2023       Выпуск 514 (23.10.2023 - 29.10.2023)       Статьи
     28.10.2023       Выпуск 514 (23.10.2023 - 29.10.2023)       Релизы

pgcli - 4.0.0

REPL для Postgres. Скачать можно по ссылке: https://pypi.python.org/pypi/pgcli/

     25.10.2023       Выпуск 514 (23.10.2023 - 29.10.2023)       Статьи

Progress on No-GIL CPython

This post sums up the progress and thinking on the no-GIL work in Python. It summarizes some of the PEPs involved as well as active conversations in the discussion groups.