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

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

     10.04.2024       Выпуск 539 (08.04.2024 - 14.04.2024)       Статьи

How to Set Up Pre-Commit Hooks

Maintaining code quality can be challenging no matter the size of your project or the number of contributors. Pre-commit hooks make it a little easier. This article provides a step-by-step guide to installing and configuring pre-commit hooks on your project.

     05.04.2024       Выпуск 538 (01.04.2024 - 07.04.2024)       Статьи
     03.04.2024       Выпуск 538 (01.04.2024 - 07.04.2024)       Статьи

Автопилот для X-Plane используя Python

X-Plane is a flight simulator, and Austin is using Python to create an autopilot using proportional integral derivative controllers.

     03.04.2024       Выпуск 538 (01.04.2024 - 07.04.2024)       Статьи

Designing a Pure Python Web Framework

This blog post talks about Reflex, a Python web framework. The post talks about what makes Reflex different from other frameworks and shows you sample starting code.

     29.03.2024       Выпуск 537 (25.03.2024 - 31.03.2024)       Статьи

Django Streaming HTTP Responses

How and when to use Streaming HTTP responses and when not to.

     28.03.2024       Выпуск 537 (25.03.2024 - 31.03.2024)       Статьи
     25.03.2024       Выпуск 537 (25.03.2024 - 31.03.2024)       Статьи

Django: Write-up on optimizing the system check framework

Оптимизация System check framework

     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.

     14.03.2024       Выпуск 535 (11.03.2024 - 17.03.2024)       Статьи
     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)       Статьи

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.

     08.03.2024       Выпуск 534 (04.03.2024 - 10.03.2024)       Статьи

How to spend less time writing Django tests

Autogenerating Django integration tests using Kolo and trace inversion.

     08.03.2024       Выпуск 534 (04.03.2024 - 10.03.2024)       Статьи
     05.03.2024       Выпуск 534 (04.03.2024 - 10.03.2024)       Статьи

Deploying Django Apps in Kubernetes

As an open-source container orchestration platform that automates deployment, scaling, and load balancing, Kubernetes offers unparalleled resilience and flexibility in the management of your Django applications.

     28.02.2024       Выпуск 533 (26.02.2024 - 03.03.2024)       Статьи

Python Monorepo Visualization

Monorepos can be a bit overwhelming, containing all the code for all your projects. Thankfully, there are ways to visualize a Python monorepo. This blog post introduces you to one repo visualizer: Polylith