• WebRTC - AWPUG July 24th, 2014

  • A Brief History of Coroutines in Python

    The intent of this presentation is to cover the history of asynchronous Python programming (via language evolution and open source libraries) from iterators to generators to native coroutines, and provide example library usage, sample async programs, and generally attempt to keep fallacies to a minimum.