Contribute Media
A thank you to everyone who makes this possible: Read More

Experimentation in porting the Go concurrency model to Python 3 by @benoitc

Description

Lot of people are trying to port the actor pattern to Python, but this pattern isn't really designed for such languages. On the contrary the Go concurrency model has some attractive points that can be easily ported to Python. This talk will describe the go concurrency model and my own experimentation actually named flower to port it in Python. In this talk you will see how I am using greenlets or generators to handle corountines and optionally use pyuv to manage a non blocking IO poll server.

Details

Improve this page