What I Read: Python Concurrency

https://python.hamel.dev/concurrency/

Python Notes
Python Concurrency: The Tricky Bits
2020-02-05 concurrency


An exploration of threads, processes, and coroutines in Python, with interesting examples that illuminate the differences between each.
“I’ve found many data scientists (formerly including myself) blindly apply processes and completely ignore threads…. However, I’ve found that this approach is very suboptimal and prevents full utilization of compute sources.”