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

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

     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)       Статьи
     08.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Релизы
     09.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Релизы

greenlet - 3.0.2

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

     06.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Статьи

Running Python Parallel Applications With Sub Interpreters

Python 3.13 is adding programmatic control over sub-interpreters in Python. They spawn faster than creating a new process, but slower than threads. Learn why and how you can use them in the next release of Python.

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

selenium - 4.16.0

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

     05.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Статьи

Serialize Your Data With Python

In this in-depth tutorial, you'll explore the world of data serialization in Python. You'll compare and use different data serialization formats, serialize Python objects and executable code, and handle HTTP message payloads.

     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/

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

yaakovLowenstein/hx-requests

A package to facilitate the use of HTMX with Django.