Python’s tale of concurrency

Python is underrated when it comes to concurrency. The main aim of the talk would focus on exploring the general concept of concurrency and how we can utilize those concepts to write Python programs that are more scalable and more efficient in terms of I/0 bound operations. From the threading module and its limitations, to the asyncio module with its async and await keywords. We will look into different types of concurrent programming techniques available in Python though the major focus would be on the asyncio module, exploring best practices and common pitfalls while using asyncio.

About Pradhvan Bisht

A Pythonista that loves playing around with web technologies and has an interest in backend development. Strongly believes in the FOSS ideology thus tries to give to the FOSS communities however he can.