#tqdm — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #tqdm, aggregated by home.social.
-
"TL;DM (too long; didn't monitor) is a fast, extensible progress bar for Python, forked from tqdm. This fork was created to provide continued maintenance and development as the original tqdm project has become unmaintained."
-
Do you know of alive-progress, btw? It’s a sleek, modern alternative to tqdm that I've been using for a while, and I can confidently say it’s fantastic! Definitely worth trying and sharing!
> pip install alive-progress
> python -m alive_progress.tools.demo#pip #python #aliveprogress #alivebar #tqdm #programming #progress #progressbar #progressviz #demo #library #module #conda
-
Do you know of alive-progress, btw? It’s a sleek, modern alternative to tqdm that I've been using for a while, and I can confidently say it’s fantastic! Definitely worth trying and sharing!
> pip install alive-progress
> python -m alive_progress.tools.demo#pip #python #aliveprogress #alivebar #tqdm #programming #progress #progressbar #progressviz #demo #library #module #conda
-
Do you know of alive-progress, btw? It’s a sleek, modern alternative to tqdm that I've been using for a while, and I can confidently say it’s fantastic! Definitely worth trying and sharing!
> pip install alive-progress
> python -m alive_progress.tools.demo#pip #python #aliveprogress #alivebar #tqdm #programming #progress #progressbar #progressviz #demo #library #module #conda
-
Do you know of alive-progress, btw? It’s a sleek, modern alternative to tqdm that I've been using for a while, and I can confidently say it’s fantastic! Definitely worth trying and sharing!
> pip install alive-progress
> python -m alive_progress.tools.demo#pip #python #aliveprogress #alivebar #tqdm #programming #progress #progressbar #progressviz #demo #library #module #conda
-
Do you know of alive-progress, btw? It’s a sleek, modern alternative to tqdm that I've been using for a while, and I can confidently say it’s fantastic! Definitely worth trying and sharing!
> pip install alive-progress
> python -m alive_progress.tools.demohttps://github.com/rsalmei/alive-progress
#pip #python #aliveprogress #alivebar #tqdm #programming #progress #progressbar #progressviz #demo #library #module #conda
-
In recent years, many geodata providers have been exploited by multiple libraries - that use their REST APIs - which are usually written in #Python. That's the case of multiple #Copernicus archives. Most of them use the same multi-threaded '#requests' and '#tqdm' packages below. I wonder how all of them may suffer the same problem of hanging forever on massive downloads. Come on, guys, it is not rocket science. That's really annoying... #rant
-
@folkerschamel @birnim Yes in such cases the ETA estimation is useless, sure. But take #tqdm or #pythonRich for example. Both just try their best at estimating an eta while iterating over a sequence (or more complex structure). If ETA it's wrong, okay. But it's a huge difference between knowing if there's 10000 steps or 100 needed. Any kind of progress display is better than none. Unfortunately you can't even query SCons reliably while it's running how many steps are left... No watching wc -l...
-
Have I mentioned how much I love the python module TQDM?
-
Is there a good way to use #tqdm to just display a one-off bar with a specific value and not keep the object "alive" for updating progress?
-
#MPIRE is a #threading #library for #Python.
MPIRE (#MultiProcessing Is Really Easy) simplifies many concurrent tasks in a performance-maximizing way. MPIRE offers map, shared copy-on-write objects, simple methods for managing worker state, as well as builtin progress bars using #tqdm. MPIRE's performance is better than most other Python multiprocessing libraries for many use cases.
Website 🔗️: https://github.com/Slimmer-AI/mpire
-
#tqdm is a drop-in progress bar.
tqdm is a #Python module and #terminal program that provides an interface for displaying automatically updating progress bars. tqdm can use update callbacks, and can wrap range() and other iterables for a quick and easy progress bar display. Progress bars can have titles, be formatted with different characters, and be nested. tqdm is thread-safe.
Website 🔗️: https://github.com/tqdm/tqdm
apt 📦️: python3-tqdm