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.