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

The Many Faces of Concurrency in Python

Description

I'll talk about the many ways to achieve concurrency in Python, including multi-threading, multi-processing, gevent, and maybe even asyncio / python 3.5's async-await. The talk will include examples from our experience developing a scale-out system for managing huge cellular networks in pure python.

Slides available here: http://il.pycon.org/2016/static/sessions/sagiv-malihi.pdf and here: https://docs.google.com/presentation/d/1OM3UkcwZIjESw9M4peTLRYxc327vHS2F9P_LCdAZ78g/edit?usp=sharing

Improve this page