in reply to Re: Porting tqdm to Perl
in thread Porting tqdm to Perl
Adding progress bar using Smart::Comments is cute, and has its pro's too, but is not a solution I prefer in real-world practice. Actually you don't need to know much Python to understand the library, but it helps to know that Python uses iterable a lot and that is advantage for tqdm.
|
|---|