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

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

     29.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Статьи
     28.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Новости
     28.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Статьи

Python 3.12 Preview: Static Typing Improvements

In this tutorial, you'll preview the new static typing features in Python 3.12. You'll learn about the new syntax for type variables, making generics simpler to define. You'll also see how @override lets you model inheritance and how you use typed dictionaries to annotate variable keyword arguments.

     01.10.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Релизы

pylint - 2.17.7

Статический анализатор Python-кода. Скачать можно по ссылке: https://pypi.python.org/pypi/pylint/

     01.10.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Релизы

Werkzeug - 3.0.0

Швейцарский армейский нож веб-разработки Python. Скачать можно по ссылке: https://pypi.python.org/pypi/Werkzeug/

     01.10.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Релизы

Flask - 3.0.0

Web-фреймворк на основе Werkzeug, Jinja2 и благих намерениях. Скачать можно по ссылке: https://pypi.python.org/pypi/Flask/

     29.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Релизы

cffi - 1.16.0

Интерфейс для вызова C-кода. Скачать можно по ссылке: https://pypi.python.org/pypi/cffi/

     28.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Релизы

psycopg2 - 2.9.8

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

     26.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Статьи
     26.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Статьи

Python 3.12 Preview: Subinterpreters

In this tutorial, you'll preview one of the upcoming features of Python 3.12 and a proposed change to Python 3.13, addressing how subinterpreters work in the CPython program. The changes are described in PEP 684 and PEP 554.

     26.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Релизы

redis - 5.0.1

Python клиент для Redis. Скачать можно по ссылке: https://pypi.python.org/pypi/redis/

     26.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Релизы

django-mailer - 2.3

Django-приложение для отправки писем.. Скачать можно по ссылке: https://pypi.python.org/pypi/django-mailer/

     26.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Релизы

selenium - 4.13.0

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

     25.09.2023       Выпуск 510 (25.09.2023 - 01.10.2023)       Релизы

pylint - 2.17.6

Статический анализатор Python-кода. Скачать можно по ссылке: https://pypi.python.org/pypi/pylint/

     22.09.2023       Выпуск 509 (18.09.2023 - 24.09.2023)       Статьи