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

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

     19.06.2024       Выпуск 549 (17.06.2024 - 23.06.2024)       Статьи

How I Built a Bot Publishing Italian Paintings on Bluesky

This article describes Nicolò’s project to build a bot that retrieves images from Wikimedia, selecting the best ones, and deploying it to the cloud.

     19.06.2024       Выпуск 549 (17.06.2024 - 23.06.2024)       Статьи

Starting and Stopping uvicorn in the Background

Learn how to start and stop uvicorn in the background using a randomly selected free port number. Useful for running test suites that require live-webservers.

     21.06.2024       Выпуск 549 (17.06.2024 - 23.06.2024)       Релизы

selenium - 4.22.0

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

     18.06.2024       Выпуск 549 (17.06.2024 - 23.06.2024)       Статьи
     20.06.2024       Выпуск 549 (17.06.2024 - 23.06.2024)       Релизы

django-mysql - 4.14.0

Django приложение для работы с MySQL и MariaDB. Поддержка Python: 2.7, 3.4; Django: 1.7, 1.8, master; MySQL: 5.5, 5.6 / MariaDB: 5.5, 10.0, 10.1; mysqlclient: 1.3.6 (Python 3 compatible version of MySQL-python). Скачать можно по ссылке: https://pypi.python.org/pypi/django-mysql/

     19.06.2024       Выпуск 549 (17.06.2024 - 23.06.2024)       Релизы

psutil - 6.0.0

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

     19.06.2024       Выпуск 549 (17.06.2024 - 23.06.2024)       Релизы

SQLAlchemy - 2.0.31

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

     15.06.2024       Выпуск 548 (10.06.2024 - 16.06.2024)       Вопросы и обсуждения
     16.06.2024       Выпуск 548 (10.06.2024 - 16.06.2024)       Релизы

numpy - 2.0.0

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

     14.06.2024       Выпуск 548 (10.06.2024 - 16.06.2024)       Статьи
     16.06.2024       Выпуск 548 (10.06.2024 - 16.06.2024)       Релизы

flake8 - 7.1.0

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

     14.06.2024       Выпуск 548 (10.06.2024 - 16.06.2024)       Релизы

redis - 5.0.6

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

     07.06.2024       Выпуск 547 (03.06.2024 - 09.06.2024)       Интересные проекты, инструменты, библиотеки

Daniel Quinn / django-cool-urls

Freeze outgoing links in time so that your site never 404s on external pages.