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.
Python: how to use the Kubernetes API
In this article, we will explore how to use Kubernetes APIs in Python to manage cluster resources.
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.
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.
Using WebSocket in Python
In this article, we will explore how to use WebSockets in Python to improve the interactivity of web applications.
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.