I was suppose to add Coroutines to the blog post so it would be a great comparison on how Generators and Coroutines are very different in both uses. But I am still confused about some of the concepts of Coroutines. So will probably add a new blog just about Coroutines. :)
Good thing I did not add them, just saw the official docs that Yield From is now depreciated and will be removed from Python 3.10. Yield From -> await
So yeah , I know what to pick up now :)