languages/python/concurrency.md
Python Concurrency: asyncio, Threading, Multiprocessing, and Free-Threaded CPython (2026)
Practical guidance on asyncio fundamentals and task groups, threading vs multiprocessing, the GIL, the status of free-threaded CPython (3.13/3.14), and a decision framework for choosing async, threads, or processes.