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

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

     29.12.2023       Выпуск 523 (25.12.2023 - 31.12.2023)       Статьи

Fine Tuning Python WSGI and ASGI applications for Flask, Django, and FastAPI

Exploring strategies for optimal Gunicorn, Uvicorn and Hypercorn configurations for Flask, Django, and FastAPI.

     30.12.2023       Выпуск 523 (25.12.2023 - 31.12.2023)       Релизы

django-phonenumber-field - 7.3.0

Добавляет в модели Django дополнительное поле PhoneNumberField которое будет автоматически валидировать телефонный номер.. Скачать можно по ссылке: https://pypi.python.org/pypi/django-phonenumber-field/

     30.12.2023       Выпуск 523 (25.12.2023 - 31.12.2023)       Релизы

django-mailer - 2.3.1

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

     30.12.2023       Выпуск 523 (25.12.2023 - 31.12.2023)       Релизы

lxml - 5.0.0

Мощный и быстрый модуль для обработки XML/HTML. Скачать можно по ссылке: https://pypi.python.org/pypi/lxml/

     28.12.2023       Выпуск 523 (25.12.2023 - 31.12.2023)       Релизы
     29.12.2023       Выпуск 523 (25.12.2023 - 31.12.2023)       Релизы

SQLAlchemy - 2.0.24

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

     28.12.2023       Выпуск 523 (25.12.2023 - 31.12.2023)       Релизы

coverage - 7.4.0

Утилита позволяющая измерить процент покрытия тестами. Скачать можно по ссылке: https://pypi.python.org/pypi/coverage/

     24.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи

Sign Up - Building SaaS with Python and Django #178

In this episode, we did some work on the sign up template. In the process, we added some base template styling, talked about branding, and considered the other elements that are required before we can turn on sign up for others. I also cover waffle as a feature flag tool.

     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи
     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи
     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи
     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Релизы

IPython - 8.19.0

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

     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Релизы

greenlet - 3.0.3

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

     20.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи

Create a Subscription SaaS Application With Django and Stripe

All the technical details of creating a subscription SaaS business using the Python-based Django web framework and Stripe payment processor.