Parallel Programming in Python

In this course you’ll learn how to created multi-threaded programs in Python, so that you can make your programs run even faster.

We’ll go through an introduction first of where potential speed bottlenecks come from as well as how we could solve these issues, and then we’ll dive directly into the technical content and build out a multi-threaded program together that grabs data from the internet, parses, and saves it into a local database.

DOWNLOAD LINK