PyCon US 2024 Talk Notes - Unlocking the Parallel Universe: Sub Interpreters and Free-Threading in Python 3.13
- PyCon 2023 – Eric Snow talk on sub interpreters
- EuroPython 2022 – Sam Gross talk on free-threading
- PyCon 2024 - “Sync vs Async in Python” happening right now
- PyCon 2024 - Building a JIT compiler for Cpython
- PyCon 2024 – Overcoming GIL with sub interpreters and immutability
- “Parallelism and Concurrency” chapter from CPython Internals