multiprocessing - Process-based parallelism, Python Software Foundation, 2024 - Official documentation for the multiprocessing module, detailing its classes, functions, and general usage.
Effective Python: 90 Specific Ways to Write Better Python, Brett Slatkin, 2019 (Addison-Wesley Professional) - Provides guidelines for writing robust and efficient Python code, with a section dedicated to concurrency and parallelism using the multiprocessing module.