Concurrency vs Parallelism

A good code is one which uses the system resources efficiently which means not over utilizing the resources as well as not under utilizing by leaving them idle. One of the main features of Python3 is its asynchronous capabilities. After getting to know what is concurrency and why concurrency is not parallelism. We will see how can we leverage the asyncio library’s functionalities to design and run our code concurrently, use our resources efficiently and finish the tasks blazingly fast.




Events: Pycon Singapore 2018