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

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

     06.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Релизы

SQLAlchemy - 2.0.18

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

     05.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Релизы

lxml - 4.9.3

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

     03.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Релизы

Django - 4.2.3

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

     28.06.2023       Выпуск 497 (26.06.2023 - 02.07.2023)       Статьи

Python⇒Speed: When NumPy is too slow

If you’re doing numeric calculations, NumPy is a lot faster than than plain Python—but sometimes that’s not enough. What should you do when your NumPy-based code is too slow? Your first thought might be parallelism, but that should probably be the last thing you consider. There are many speedups you can do before parallelism becomes helpful, from algorithmic improvements to working around NumPy’s architectural limitations. Let’s see why NumPy can be slow, and then some solutions to help speed up your code even more.

     28.06.2023       Выпуск 497 (26.06.2023 - 02.07.2023)       Статьи

Bullet Proofing Django Models

Рекомендаци по составлению моделей в DJango

     29.06.2023       Выпуск 497 (26.06.2023 - 02.07.2023)       Релизы

django-two-factor-auth - 1.15.3

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

     27.06.2023       Выпуск 497 (26.06.2023 - 02.07.2023)       Статьи
     27.06.2023       Выпуск 497 (26.06.2023 - 02.07.2023)       Статьи

How to Flatten a List of Lists in Python

Или посмотреть на funcy библиотеку

     26.06.2023       Выпуск 497 (26.06.2023 - 02.07.2023)       Релизы

numpy - 1.24.4

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

     25.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

redis - 4.6.0

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

     23.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Статьи

Building Search DSLs with Django

What happens when there are too many fields for a UI to search on? Search DSLs can give a user more granular access to searching without exposing an overly complicated interface.

     24.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

SQLAlchemy - 2.0.17

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

     23.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

django-ckeditor - 6.6.0

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