/Python-Concurrency-Using-AsyncIO-Template

A Python template code for asyncio based concurrent requests

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python Concurrency Using AsyncIO Template

A Python template code for asyncio-based concurrent requests

Install these libraries using pip command

pip install aiohttp asyncio aiofiles

Suitable use cases

This type of concurrency can be used for I/O bound programs.