In these links, you will find more information about the mentioned tools and the official python documentation for some of the modules we discussed:
- https://docs.python.org/3/tutorial/inputoutput.html
- https://docs.python.org/3/library/threading.html
- https://wiki.python.org/moin/GlobalInterpreterLock
- https://docs.python.org/3/library/concurrent.futures.html
Readers interested in web server programming with technologies such aiohttp and asyncio should look to frameworks such as Flask (http://flask.pocoo.org) and Django (https://www.djangoproject.com).