A Comprehensive Guide to Concurrency and Parallelism in Python for Data Scientists and Software Developers
Motivation •
Usage •
On the Shoulders of Giants •
Authors •
License
This document is only intended to be a quick and easy-to-understand reference document. If still, you prefer faster solutions like asking chatGPT, go ahead.
-
Install
Python
Anaconda distribution and enable conda command prompt depending of your operative system. -
Now, you can create a
Python 3.11
virtual environment with:conda create -n cpp-py311 python=3.11.4 && conda activate cpp-py311
-
Let's go!
- Hattingh, C. (2020). Using Asyncio in Python: understanding Python's asynchronous programming features. " O'Reilly Media, Inc.".
MIT License. Copyright (c) 2023 Joseph Vergel-Becerra.