Another exquisit release
Linkedin.Learning.Parallel.and.Concurrent.Programming.with.Python.1-XQZT
Title: Parallel and Concurrent Programming with Python 1
Publisher: Linkedin.Learning
Size: 745M (779276006 B)
Files: 16F
Date: 08/29/2019
Course #: Linkedin.Learning
Type: N/A
Published: August 29, 2019
Modified: N/A
URL: www.linkedin.com/learning/parallel-and-concurrent-programming-with-python-1
Author: Olivia Chiu Stone
Duration: 2h 11m 59s
Skill: Advanced
Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
Parallel programming unlocks a program’s ability to execute
multiple instructions simultaneously, increases the overall
processing throughput, and is key to writing faster and more
efficient applications. Curious about how parallel
programming works in the real world? In this course, join
instructors Barron and Olivia Stone as they introduce the basics of
parallel programming in Python, providing the foundational
knowledge you need to write more efficient, performant code.
Barron and Olivia explain concepts like threading and mutual
exclusion in a fun and informative way, relating them to
everyday activities you perform in the kitchen. To cement the
ideas, they demo them in action using Python. Each lesson is
short and practical, driving home the theory with hands-on