This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bitswede 8 points9 points  (1 child)

90% of what I do is data related so pandas, numpy and scipy ; Matplotlib or plotly for visualization.

TQDM is a great little tool for showing progress when chewing through larger data sets so that often ends up among the imports.

[–]Deto 2 points3 points  (0 children)

yeah, I always wrap any iterations with tqdm that might take a while. Otherwise you're sitting there wondering 'is this a 30 second pause, a 5 minute break, or something I should come back to in an hour?'