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

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

     22.09.2023       Выпуск 509 (18.09.2023 - 24.09.2023)       Статьи
     23.09.2023       Выпуск 509 (18.09.2023 - 24.09.2023)       Релизы

django-mailer - 2.2.1

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

     22.09.2023       Выпуск 509 (18.09.2023 - 24.09.2023)       Релизы

django-two-factor-auth - 1.15.5

Полноценная двухфакторная аутентификации для Django.. Скачать можно по ссылке: https://pypi.python.org/pypi/django-two-factor-auth/

     21.09.2023       Выпуск 509 (18.09.2023 - 24.09.2023)       Релизы

django-grappelli - 3.0.8

Альтернативный базирующийся на сетке дизайн админ панели Django. Скачать можно по ссылке: https://pypi.python.org/pypi/django-grappelli/

     21.09.2023       Выпуск 509 (18.09.2023 - 24.09.2023)       Релизы

jsonschema - 4.19.1

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

     19.09.2023       Выпуск 509 (18.09.2023 - 24.09.2023)       Релизы

SQLAlchemy - 2.0.21

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

     18.09.2023       Выпуск 509 (18.09.2023 - 24.09.2023)       Релизы

scrapy - 2.11.0

Гибкий фреймворк для написания web-пауков (парсеров). Скачать можно по ссылке: https://pypi.python.org/pypi/scrapy

     16.09.2023       Выпуск 508 (11.09.2023 - 17.09.2023)       Статьи
     15.09.2023       Выпуск 508 (11.09.2023 - 17.09.2023)       Интересные проекты, инструменты, библиотеки

PyMlup - library for easy run ML in production

A library for running web applications with machine learning models. You no longer need to copy the code of identical services with models. You can launch a web application only with a model in hand and without writing a single line of code. Just type "mlup run -m my_model.onnx".

     15.09.2023       Выпуск 508 (11.09.2023 - 17.09.2023)       Интересные проекты, инструменты, библиотеки

SysReptor - easy and customisable pentest report creator based on simple web technologies

Fully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike.

     15.09.2023       Выпуск 508 (11.09.2023 - 17.09.2023)       Статьи
     15.09.2023       Выпуск 508 (11.09.2023 - 17.09.2023)       Статьи
     17.09.2023       Выпуск 508 (11.09.2023 - 17.09.2023)       Релизы

django-filter - 23.3

Django-приложение для гибкой фильтрации объектов модели (querysets). Скачать можно по ссылке: https://pypi.python.org/pypi/django-filter/

     14.09.2023       Выпуск 508 (11.09.2023 - 17.09.2023)       Статьи

Bypassing the GIL for Parallel Processing in Python

In this tutorial, you'll take a deep dive into parallel processing in Python. You'll learn about a few traditional and several novel ways of sidestepping the global interpreter lock (GIL) to achieve genuine shared-memory parallelism of your CPU-bound tasks.

     17.09.2023       Выпуск 508 (11.09.2023 - 17.09.2023)       Релизы

numpy - 1.26.0

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