python best way to update progress of forloop Stackoverflow code example
Example: python progress bar
from tqdm import tqdm
for i in tqdm(range(0,int(10E6))):
continue
from tqdm import tqdm
for i in tqdm(range(0,int(10E6))):
continue