/multitasking-with-python

A Comprehensive Guide to Concurrency and Parallelism in Python for Data Scientists and Software Developers

MIT LicenseMIT

💻 Multitasking with Python 🐍

A Comprehensive Guide to Concurrency and Parallelism in Python for Data Scientists and Software Developers

Book version Supported Python versions

MotivationUsageOn the Shoulders of GiantsAuthorsLicense


Motivation

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.

Usage

  1. Install Python Anaconda distribution and enable conda command prompt depending of your operative system.

  2. Now, you can create a Python 3.11 virtual environment with:

    conda create -n cpp-py311 python=3.11.4 && conda activate cpp-py311
  3. Let's go!


On the Shoulders of Giants

  1. Hattingh, C. (2020). Using Asyncio in Python: understanding Python's asynchronous programming features. " O'Reilly Media, Inc.".

Authors

👤 Joseph F. Vergel-Becerra


License

MIT License. Copyright (c) 2023 Joseph Vergel-Becerra.