Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Python Parallel and Concurrent Programming Part 2

Posted By: IrGens
Python Parallel and Concurrent Programming Part 2

Python Parallel and Concurrent Programming Part 2
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 2h 19m | 614 MB
Instructors: Olivia Chiu Stone, Barron Stone

Parallel programming is key to writing faster and more efficient applications. This course, the second in a series from instructors Barron and Olivia Stone, introduces more advanced techniques for parallel and concurrent programming in Python. Barron and Olivia explain concepts like condition variables, semaphores, barriers, and thread pools in a fun and informative way, relating them to everyday activities you perform in the kitchen.

They also explain how to evaluate your code’s performance and design more efficient parallel programs from the start with techniques like partitioning. To cement the ideas, they demo them in action using Python—closing the course with a variety of coding challenges. Each lesson is short and practical, driving home the theory with hands-on techniques.

Learning objectives

  • Working with condition variables
  • Exploring the producer-consumer problem
  • Controlling the order of operations with barriers
  • Reusing threads with thread pools
  • Adding placeholders with futures
  • Measuring speedup, latency, and throughput
  • Designing parallel programs
  • Combining tasks
  • Mapping tasks


Python Parallel and Concurrent Programming Part 2