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

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

     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.

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

Understanding Context Manager and Its Syntactic Sugar

The Context Manager is gets used for all kind of interesting things around blocks of code. This article gives a background about the origins of the context manager, which problem it solves and how to use it.

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

Does Python have pointers?

People sometimes ask, “Does Python have pointers?” I hate to be the typical senior engineer, but this is one of those questions where the answer is, it depends what you mean by pointer.

     11.03.2024       Выпуск 535 (11.03.2024 - 17.03.2024)       Релизы

redis - 5.0.3

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