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

Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE

     23.03.2024       Выпуск 536 (18.03.2024 - 24.03.2024)       Релизы

Django REST framework - 3.15

The first major release since September 2022 is here! Now with Django 5.0 and Python 3.12 support as well as a long list of new features.

     22.03.2024       Выпуск 536 (18.03.2024 - 24.03.2024)       Интересные проекты, инструменты, библиотеки

pytest-matcher - 2.0.0

To match test output against patterns stored in files

     22.03.2024       Выпуск 536 (18.03.2024 - 24.03.2024)       Статьи
     22.03.2024       Выпуск 536 (18.03.2024 - 24.03.2024)       Статьи
     20.03.2024       Выпуск 536 (18.03.2024 - 24.03.2024)       Статьи

Model-View-Controller (MVC) in Python Web Apps: Explained With Lego

This tutorial conceptually explains the Model-View-Controller (MVC) pattern in Python web apps using Lego bricks. Finally understand this important architecture to streamline your web development process.

     16.03.2024       Выпуск 535 (11.03.2024 - 17.03.2024)       Релизы
     14.03.2024       Выпуск 535 (11.03.2024 - 17.03.2024)       Статьи
     15.03.2024       Выпуск 535 (11.03.2024 - 17.03.2024)       Релизы

coverage - 7.4.4

Утилита позволяющая измерить процент покрытия тестами. Скачать можно по ссылке: https://pypi.python.org/pypi/coverage/

     13.03.2024       Выпуск 535 (11.03.2024 - 17.03.2024)       Статьи

Python Deque Tutorial With 7 Example Use Cases

This tutorial teaches the mechanics of the data structure collections.deque, using seven example use cases where deque simplifies the implementation of a function.