Recent posts

Understanding the Event Loop in Python

10 minute read

The event loop is a fundamental concept in Python, particularly when dealing with asynchronous programming. It is the core of every asyncio application and p...