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

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

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

pytest - 7.4.0

Простой мощный инструмент тестирования в Python. Скачать можно по ссылке: https://pypi.python.org/pypi/pytest/

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

Django Views: The Right Way

An opinionated guide on how to write views in Django by one of the core Django devs.

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

Dependency Tracking for Python Function Calls

Tracking the code and data accessed by a function call can be used to draw dependency graphs, for debugging and profiling, and for cache invalidation. This article shows you a variety ways of doing it, as well as some initial ideas that don’t work very well.

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

Faster Python 3.13 Plan

This brief outline highlights the plan for the faster CPython project for the 3.13 release. Includes PEP 669, PEP 554, improved memory management, and more.

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

django-cms - 3.8.2

Легкая в использовании и удобная для разработки CMS. Скачать можно по ссылке: https://pypi.python.org/pypi/django-cms/

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

pymongo - 4.4.0

Python интерфейс для MongoDB. Скачать можно по ссылке: https://pypi.python.org/pypi/pymongo/

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

Python's raise: Effectively Raising Exceptions in Your Code

In this tutorial, you'll learn how to raise exceptions in Python, which will improve your ability to efficiently handle errors and exceptional situations in your code. This way, you'll write more reliable, robust, and maintainable code.

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

pyparsing - 3.1.0

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

     16.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Интересные проекты, инструменты, библиотеки

carltongibson/django-template-partials

Reusable named inline partials for the Django Template Language.

     16.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Статьи
     19.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

celery - 5.3.1

Распределенная очередь задач. Скачать можно по ссылке: https://pypi.python.org/pypi/celery/

     16.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Видео
     16.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Статьи
     18.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Релизы

django-cms - 3.8.1

Легкая в использовании и удобная для разработки CMS. Скачать можно по ссылке: https://pypi.python.org/pypi/django-cms/

     16.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Статьи

This is valid Python syntax

Неочевидные конструкции в языке

     18.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Релизы

numpy - 1.25.0

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

     17.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Релизы

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