Description
In this tutorial, Eloy Zuñiga, Jr. and Joel Watts will work through the process of building an event-driven application using `asyncio <https://docs.python.org/3/library/asyncio.html>`__ and web technologies. By the end, we hope you'll be able to answer the following questions:
- Why should I care about async programming at all?
- What is asyncio and how is it used?
- How do I use this stuff to solve real-world problems?
We'll assume some familiarity with Python, but no prior experience with async programming is required. Please come with Python 3.4+ installed.
All the codez can be found in these 2 repos