From the course: Complete Guide to Parallel and Concurrent Programming in Python
Welcome to the challenges - Python Tutorial
From the course: Complete Guide to Parallel and Concurrent Programming in Python
Welcome to the challenges
- Alright folks, you've seen how to design parallel programs. Now it's time for a few challenge problems to practice using the concepts we've covered in this course. - Over the next few videos, we'll present you with several algorithms that could benefit from being restructured for concurrency and to execute in parallel. As a starting point, we'll provide you with a sequential version of each algorithm, and it's your job to implement your own concurrent solution. - Keep in mind, there's not a single correct answer to these challenges, so take some time to think them through, and when you're done with each challenge, be sure to watch our solution videos to see how we approach the problems.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
Welcome to the challenges39s
-
(Locked)
Challenge: Matrix multiply in Python5m 29s
-
(Locked)
Solution: Matrix multiply in Python7m 58s
-
(Locked)
Challenge: Merge sort in Python4m 18s
-
(Locked)
Solution: Merge sort in Python5m 20s
-
(Locked)
Challenge: Download images in Python2m 7s
-
(Locked)
Solution: Download images in Python4m 9s
-
-