public marks

LINK

A Curious Course on Coroutines and Concurrency

by greut

This tutorial is a practical exploration of using Python coroutines (extended generators) for solving problems in data processing, event handling, and concurrent programming. The material starts off with generators and builds to writing a complete multitasking environment that can run thousands of concurrent tasks without using threads or using code based on event-driven callbacks (i.e., the "reactor" model)

Comments

No comment on this link yet.


PUBLIC TAGS
on this link

pdf   presentation   py   python   slides  

BY

greut
the 17/12/2011 at 14:16