News

A Celery-like Python Task Queue in 55 Lines of Code appears to be about the simplest thing that could possibly work. You run the long-running sequence of web requests in a separate process rather ...
Pierre Glaser from INRIA gave this talk at EuroPython 2019. "Modern hardware is multi-core. It is crucial for Python to provide high-performance parallelism. This talk will expose to both ...