An Introduction to Asynchronous Programming in Python

  • Wednesday, 15 May 2024 7:00PM SST (15 May 2024 11:00 UTC)
  • Speaker: Michael Murr

This talk will cover the fundamentals of writing asynchronous code using Python. It will include common keywords such as async and await, as well as cover usages of the asyncio standard library. The talk will demonstrate these by extending the malware written in Day5 of SEC573 to use an asynchronous approach.