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

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

     11.07.2023       Выпуск 499 (10.07.2023 - 16.07.2023)       Статьи
     12.07.2023       Выпуск 499 (10.07.2023 - 16.07.2023)       Релизы

gevent - 23.7.0

Библиотека для Python, которая позволяет вам писать асинхронные сетевые приложение использую синхронный API. Скачать можно по ссылке: https://pypi.python.org/pypi/gevent/

     11.07.2023       Выпуск 499 (10.07.2023 - 16.07.2023)       Статьи
     11.07.2023       Выпуск 499 (10.07.2023 - 16.07.2023)       Релизы

mock - 5.1.0

Python модуль для создания заглушек (mock-объект) при тестировании. Скачать можно по ссылке: https://pypi.python.org/pypi/mock/

     10.07.2023       Выпуск 499 (10.07.2023 - 16.07.2023)       Релизы

django-mysql - 4.11.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/

     08.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Релизы
     07.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Вопросы и обсуждения

The Real Python Podcast – Episode #163: Python Crash Course & Learning Enough to Start Creating

How much Python do you need to learn to start creating projects? What's a good balance of information and hands-on practice? This week on the show, Eric Matthes is here to discuss his book Python Crash Course.

     07.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Статьи

Unlocking Performance: A Guide to Async Support in Django

This guide provides valuable insights and practical tips for new and experienced developers to leverage async programming in Django for non-blocking operations, improved scalability, and enhanced responsiveness.

     07.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Статьи
     09.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Релизы

numpy - 1.25.1

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

     05.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Статьи

CLI Tools Hidden in the Python Standard Library

There are several modules in Python that are directly callable from the command line, including the ability to gzip and pretty print JSON. This article introduces you to what is available and how Simon discovered them.

     04.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Статьи
     07.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Релизы

sentry - 23.6.2

Мощная система логгирования и платформа агрегации ошибок. Скачать можно по ссылке: https://pypi.python.org/pypi/sentry/

     04.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Статьи
     03.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Релизы
     07.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Релизы

click - 8.1.4

Фреймворк для простого создания интерфейсов командной строки.. Скачать можно по ссылке: https://pypi.python.org/pypi/click/

     03.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Вопросы и обсуждения
     06.07.2023       Выпуск 498 (03.07.2023 - 09.07.2023)       Релизы

jsonschema - 4.18.0

Валидатор JSON данных. Скачать можно по ссылке: https://pypi.python.org/pypi/jsonschema