lets say I have 5 users in a list, I will need to loop the list, for each user I will need to call some API to generate a txt file to store some JSON data.
Is it possible to do this 5 person at the same time with python? or any good recommendation or sample to help out? thanks a lot.