Contribute Media
A thank you to everyone who makes this possible: Read More

Concurrency vs Parallelism

Description

A good code should use resources efficiently, which means not over utilise them as well as not leaving them idle. Main feature of Python3 is its async capabilities. After learning what concurrency is and why concurrency is not parallelism. We will leverage asyncIO library to design concurrent code.

Details

Improve this page