Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 3.45 KB

README.md

File metadata and controls

77 lines (52 loc) · 3.45 KB

Parallel Programming in Python: Multithreading and Multiprocessing

Material for the threading and multiprocessing in python workshop (Fall of 2018).

Objectives

Learning Outcomes for attendees of this workshop:

  • Able to understand the differences between multithreading and multiprocessing.
  • Know which tasks are better suited for multithreading or multiprocessing
  • Able to use threading and multiprocessing packages for appropriately suited tasks.

Outline

Binder