An overview of coroutines in Python with some examples in code.
Code used in the video: https://github.com/Ethan-Myles/Corout...
During the code examples I used Python 3.13.2
Chapters:
00:00 What are coroutines?
01:01 Applications of coroutines
01:43 Coroutines in Python
02:45 Defining a coroutine
03:55 The await keyword
04:20 Running two coroutines together
05:09 Tasks
05:54 Using coroutines to make http requests to APIs