Neat Parallel Output in Python

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. rich

    Rich is a Python library for rich text and beautiful formatting in the terminal.

    There is an open issue [1] on GitHub to make it more modular and get rid of markdown and syntax highlighting but I have no hope for rich to get more minimal.

    [1]: https://github.com/Textualize/rich/issues/2277

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. java-parallel-output

    hn

  4. tqdm

    :zap: A Fast, Extensible Progress Bar for Python and CLI

    yeah my code needs to use multiprocessing, which does not play nice with tqdm. thanks for the tip about positions though, that helped me search more effectively and came up with two promising comments. unmerged / require some workarounds, but might just work:

    https://github.com/tqdm/tqdm/issues/1000#issuecomment-184208...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Progress bars

    2 projects | /r/learnpython | 8 Oct 2021
  • Tips on making nice and simple Progress Indicators

    2 projects | /r/learnpython | 23 Jul 2021
  • PyTermGUI gains the ability to gracefully degrade from RGB to xterm-16color palettes!

    3 projects | /r/commandline | 21 Mar 2022
  • CLI UI library similar to BubbleTea

    3 projects | /r/Python | 28 Sep 2021
  • Objexplore: A terminal UI to inspect and explore Python objects

    3 projects | /r/Python | 26 Sep 2021

Did you know that Python is
the 2nd most popular programming language
based on number of references?