Parallelism with Python - Introduction

Parallelism with Python - Introduction

Tags
python
tutorial
dev
date
Mar 6, 2023
References
TOC
  • Introduction
    • Motivation
  • Python GIL
  • Concurrency vs Parallelism vs Async
  • Lazy evaluation
  • Famous frameworks
    • Native library
    • Joblib
    • Spark + Dask