🐍 Python | A very simple progress bar — tqdm
tqdm
derives from the Arabic word taqaddum (تقدّم) which can mean "progress," and is an abbreviation for "I love you so much" in Spanish (te quiero demasiado).
There are already quite few resources related to how to do things in tqdm()
, however they are all describing somewhat complex scenarios, and also differ in syntax. Whenever I was trying to apply these examples to my needs I couldn’t achieve desirable result. Well, I guess I’m just not that good at reading technical documentation.