How to add a progress bar to Python with tqdm

Learn how to add a cool progress bar to your Python process and iterations just in seconds!

How often are you doing Machine Learning iterations, long calculations or process that take a lot of time, with Python, and you have to wait for minutes? Right now, you don’t know how much time is going to take to finish the task! You could be waiting for 30 seconds or 2 hours, without any indicator of how much is going to take.

That’s it, until now. This is an example of what you are going to create:

In this lesson, you are going how to use the TQDM Python library to give your iterators a cool, customizable, progress bar that calculates how much time it’s going to take.

This Python library focuses on creating a visual aid for the user, in the form of a progress bar, Because of that, this lesson is going to be in video format only. Watch it here:


Resources:

TQDM docs:
https://github.com/tqdm/tqdm

Pypi package:
https://pypi.org/project/tqdm/


My Youtube tutorial videos

My Github

Reach to me on Twitter

Read more tutorials