Completed
Amdahl's Law and Parallelism
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Speed Up Your Data Processing
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 A typical data science workflow
- 3 Data Processing in Python
- 4 Challenges with Data Processing
- 5 Task 1: Toast 100 slices of bread
- 6 Sequential Processing
- 7 Parallel Processing
- 8 Task 2: Brew coffee
- 9 Synchronous Execution
- 10 Practical Considerations
- 11 Amdahl's Law and Parallelism
- 12 Multiprocessing vs Multithreading
- 13 Initialize Submission List
- 14 Using ThreadPoolExecutor
- 15 Initialize Python modules
- 16 Initialize image resize process
- 17 Initialize File List in Directory
- 18 Using List Comprehensions
- 19 Using Process PoolExecutor