Achieving true parallelism for pure Python functions in CPython
This article goes over concurrency & parallelism concepts in the context of Python, covering Python internals & demystifying GIL. Finally, we go over an example of achieving true parallelism for Python functions, by getting rid of the limitations imposed by GIL in Python 3.12.