Build your own Event Loop in Python 28 May 2021 10 min read eventloop The Event Loop helps you to execute tasks concurrently while maintaining minimal memory usage. This post teaches you how to build a simple non-blocking Event Loop from scratch.