home.social

#tqdm — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tqdm, aggregated by home.social.

  1. "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."

    github.com/eliotwrobson/tldm

    #Python #TLDM #tqdm

  2. 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

  3. 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

  4. 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

  5. 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

  6. 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

    github.com/rsalmei/alive-progr

    #pip #python #aliveprogress #alivebar #tqdm #programming #progress #progressbar #progressviz #demo #library #module #conda

  7. 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

  8. Feature request: could #pandas and #tqdm library work together so I can see estimated runtime in my browser tab title? So I can easily see how much time I have for other tasks?

  9. @folkerschamel @birnim Yes in such cases the ETA estimation is useless, sure. But take or 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...

  10. Have I mentioned how much I love the python module TQDM?

    #python #tqdm #progressbars

  11. Is there a good way to use to just display a one-off bar with a specific value and not keep the object "alive" for updating progress?

  12. is a for .

    MPIRE ( 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 . MPIRE's performance is better than most other Python multiprocessing libraries for many use cases.

    Website 🔗️: github.com/Slimmer-AI/mpire

  13. is a drop-in progress bar.

    tqdm is a module and 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 🔗️: github.com/tqdm/tqdm

    apt 📦️: python3-tqdm