- What is the main advantage of using aiohttp regarding the requests module for HTTP requests?
- What are the classes from the concurrent.futures package that use the executor abstract base class?
- What is the most important concept within asyncio that allows us to write asynchronous code using either callbacks or coroutines?
- Which class from asyncio is a subclass of asyncio.Future and allows you to encapsulate and manage coroutines?
- Which keyword from asyncio tells the Python interpreter that the succeeding expression is going to take some time to evaluate so that it can spend that time on other tasks?
- Which Tornado class is responsible for defining the URIs that are available for the web server?
- Which Tornado class can perform HTTP requests asynchronously?
- Which method, when creating a protocol with Twisted, will be called for each portion of data that has been received...





















































