I\'m trying to learn asyncio with python, I made a asynchronous webscraper with httpx, aiohttp was hard for me.
import aiofiles import asyncio import httpx fr