Build your own Event Loop in Python May 28, 2021 10 min read eventlooppythonasynccallbacksconcurrency 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.