Python

Python: how to use WebRTC

In this guide, we will explore how to use WebRTC in Python to create a simple video calling application using the aiortc library.

March 3, 2024
Python

Python: how to use the Kubernetes API

In this article, we will explore how to use Kubernetes APIs in Python to manage cluster resources.

February 3, 2024
Python

Python: routes and routing with parameters in Flask

One of the key features of Flask that contribute to its versatility is the ability to define routes with parameters.

January 22, 2024
Python

Python and the Liskov Substitution Principle (LSP)

Python, as an object-oriented language, supports the Liskov Substitution Principle. In this article, we will explore how to implement and respect this principle in practice, ensuring consistency in derived classes.

December 9, 2023
Python

Using WebSocket in Python

In this article, we will explore how to use WebSockets in Python to improve the interactivity of web applications.

December 2, 2023
Python

Python: how to use RabbitMQ

In this article, we will explore how to use RabbitMQ in Python to facilitate communication between different parts of a distributed system.

November 11, 2023