Asynchronous Python for the Complete Beginner
Backend Development
Asyncio
· Miguel Grinberg
· PyCon
· Python
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.
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.
Regards!