A synchronous operation does its work before returning to the caller. But it is hard for me to understand what I got by use async for here instead of simple for. Everyone else is still walking the same way they did before, in that same pace of theirs. Making async for loops in Python There… Continue reading Asynchronous vs synchronous execution What is the difference?