Deven Parekh - Network Dynamics Lab
March 1, 2019, 1 p.m. - March 1, 2019, 2:30 p.m.
Trottier 3120 (Krieble Lab)
Hosted by: CSGS
This week, at the CS Tools, Tips and Tricks seminar/workshop, Deven Parekh, from the Network Dynamics Lab will be leading the session on Asynchronous Programming in Python. The details of the event are as follows:
When: Friday, March 1 1:00-2:30pm
Where: Trottier 3120 (Krieble Lab)
Speaker: Deven Parekh
Topic: Asynchronous Programming in Python
Prerequisite(s): https://docs.python.org/3/tutorial/
Cheatsheet: https://github.com/d3vp/notebooks
Blurb: We will review basic features available in Python 3 for concurrent execution, using the packages: multiprocessing, threading and concurrent.futures. We will then look at coroutines (with the new async/await syntax) which allow asynchronous programming.