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

Собрали в одном месте самые важные ссылки
консультируем про IT, Python

     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/

     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.

     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.

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

django-grappelli - 2.15.7

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

     14.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Статьи

Database generated columns⁽³⁾: GeoDjango & PostGIS

An introduction to database generated columns, using PostgGIS, GeoDjango and the new GeneratedField added in Django 5.0.

     14.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Статьи
     10.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Статьи

Operations, WhiteNoise, and Tailwind - Building SaaS with Python and Django #177

In this episode, I worked through a couple of issues discovered after having the site be operational for real use. From there, we moved onto some fundamental technology and integrated WhiteNoise to handle static files for the application. After adding WhiteNoise, we hooked up Tailwind CSS.

     08.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Статьи
     05.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Релизы

django-filter - 23.5

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

     05.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Релизы

django-rosetta - 0.10.0

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

     04.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Релизы

Django - 4.2.8

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

     04.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Релизы

Django - 5.0

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

     01.12.2023       Выпуск 519 (27.11.2023 - 03.12.2023)       Интересные проекты, инструменты, библиотеки

yaakovLowenstein/hx-requests

A package to facilitate the use of HTMX with Django.

     01.12.2023       Выпуск 519 (27.11.2023 - 03.12.2023)       Интересные проекты, инструменты, библиотеки

st3v3nmw/awesome-django-performance

A curated list of libraries, tools, blog articles, and books to help profile and optimize your Django project.

     24.11.2023       Выпуск 518 (20.11.2023 - 26.11.2023)       Видео

Django Ninja 1.0 - What's new

Django Ninja v1.0 just released! It is a web framework for building APIs with Django and Python 3.6+ type hints.