💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Over the years, I’ve produced several videos about AsyncIO. Today, however, I’m adopting a new approach where I explain the event loop in depth. I’ll delve deeper into asynchronous programming, focusing specifically on how the event loop operates behind the scenes.
🔥 GitHub Repository: https://git.arjan.codes/2024/asyncio_dive
🎓 ArjanCodes Courses: https://www.arjancodes.com/courses/
🔖 Chapters:
0:00 Intro
1:02 The Basics of Asyncio
3:43 Synchronous Server
4:53 Asynchronous Server
8:05 Why Asyncio?
9:05 AIO Libraries
12:38 Outro
#arjancodes #softwaredesign #python