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 named pffset to port it in Python. In this talk.