best-of-python-dev VS ubelt

Compare best-of-python-dev vs ubelt and see what are their differences.

ubelt

A Python utility library with a stdlib like feel and extra batteries. Paths, Progress, Dicts, Downloads, Caching, Hashing: ubelt makes it easy! (by Erotemic)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
best-of-python-dev ubelt
2 7
905 707
2.8% -
7.8 8.4
8 days ago 21 days ago
Python Python
Creative Commons Attribution Share Alike 4.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

best-of-python-dev

Posts with mentions or reviews of best-of-python-dev. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-14.

ubelt

Posts with mentions or reviews of ubelt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-29.
  • Python libs that I wish were part of the standard library
    1 project | /r/Python | 12 May 2023
    I can't give you a stdlib, but I can give you a package with a lot of the basic functionality but still small enough that it installs quickly and has negligable overhead. The ubelt library is a set of 100ish utility functions and classes. It's similar to boltons, but I suppose it reflects a different perspective on what's useful.
  • How do you feel about vendored packages?
    3 projects | /r/Python | 29 Apr 2023
    Number 3 is the one I feel most conflicted about. Specifically, I tout my ubelt library as having 0 required dependencies. However, it vendors two libraries: progiter and orderedset. The first of which I also maintain and the second of which I don't maintain, but have contributed to. It feels odd to have a single dependency for a library that would otherwise have zero. But at the same time it feels odd to maintain that code myself. Also if I didn't vendor it, it would not be included in the documentation, so there is that. I've recently been thinking I should split ubelt up into many smaller packages and then use ubelt as a "hub" to include them all. However, that's a lot more work than just maintaining one (still quite small) package, and I think having everything broken up with incur a lot of overhead at pip install time, so I'm very conflicted on the whole subject.
  • Useful helper libraries
    5 projects | /r/Python | 30 Mar 2023
  • Python projects with best practices on Github?
    23 projects | /r/Python | 14 Feb 2023
    I'm fairly happy with my ubelt library.
  • [D] What is some cool python magic(s) that you've learned over the years?
    7 projects | /r/Python | 29 Jul 2022
    The ubelt.util_platform module is a good example of including references to similar functionality.
  • [P] best-of-ml-python: A ranked list of awesome machine learning Python libraries
    10 projects | /r/MachineLearning | 14 Jan 2021
    I also have a utility library ubelt with 552 stars and 6.9k downloads / month.

What are some alternatives?

When comparing best-of-python-dev and ubelt you can also consider the following projects:

testbook - ๐Ÿงช ๐Ÿ“— Unit test your Jupyter Notebooks the right way

best-of-web-python - ๐Ÿ† A ranked list of awesome python libraries for web development. Updated weekly.

ochrona-cli - A command line tool for detecting vulnerabilities in Python dependencies and doing safe package installs

best-of-python - ๐Ÿ† A ranked list of awesome Python open-source libraries and tools. Updated weekly.

remote - Moved to https://github.com/labmlai/labml/tree/master/remote

best-of-jupyter - ๐Ÿ† A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.

autoflake - Removes unused imports and unused variables as reported by pyflakes

best-of-ml-python - ๐Ÿ† A ranked list of awesome machine learning Python libraries. Updated weekly.

best-of-generator - ๐Ÿ† Generates a ranked list of awesome libraries and tools.

xdoctest - A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.