Skip to content

larsyencken/gitbook-mcpy

Repository files navigation

Concurrency in Python

These are my study notes for multi-threaded, multi-core and async Python.

Contents

Motivation

Reasoning about systems is hard, once they no longer execute sequentially. But, to get performance out of modern machines, we have to move to non-blocking and/or multicore software. I want to learn how to do that safely.

About

Study notes: concurrency in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published