Paulus Schoutsen 632bc81a20 Fix all headers
2018-04-24 11:46:45 -04:00

14 lines
508 B
Markdown

---
layout: page
title: "Asyncio 101"
---
If you are not familiar yet with asyncio, please watch the below video. It's a great introduction by [Robert Smallshire][rob] in how and why asyncio works the way it does.
<div class='videoWrapper'>
<iframe width="560" height="315" src="https://www.youtube.com/embed/M-UcUs7IMIM" frameborder="0" allowfullscreen></iframe>
</div>
### [Next step: Categorizing Functions &raquo;](/developers/asyncio_categorizing_functions/)
[rob]: https://github.com/rob-smallshire