đ Asynchronous Python for the Complete Beginner1
Going on with the “experiment” that I started yesterday I’ve just seen this talk from the PyCon 2017 about asynchronous programming in Python, by Miguel Grinberg. Miguel is also the author of a well-known book from O’Reilly about Flask microframework.
Link to the video:
Miguel Grinberg Asynchronous Python for the Complete Beginner PyCon 2017 2
The talk is not too long and has an introductory level, but fine for one who is not familiar with asynchronous Python programming. From here, there is a long way to go if one is interested in these topics. In my case, to go deeper some time later, not at the moment.
See asyncio for a more technical detail on this module.