Python coroutines in detail -- understand the magical await keyword and how it manages to transform callback hell into coroutine bliss.

Comments

Comments are closed.

Very interesting and exhaustive.

Vedran Rodić at 13:29 on 14 Oct 2019

Practically complete explanation of what happens behind modern python async/await, including historical progression.

It was adequately paced and there was no wasting of time.

In longer (maybe workshop?) format I'd like to have seen examples of the event loops themselves and some discussion on OS-level async interfaces.

Very in depth.