Language: Mandarin (with English Slides)
A developer who loves python very much.
Guido made a lot of effort to implement "asyncio" std python module. However, the "asyncio" documents are very ambiguity. This talk will introduce what coroutine is and implement a simple socket server via "asyncio".
Tags: Coroutine, Asyncio, Python3