better_partial VS chain-ops-python

Compare better_partial vs chain-ops-python and see what are their differences.

chain-ops-python

Simple chaining of operations (a.k.a. pipe operator) in python (by tpapastylianou)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
better_partial chain-ops-python
8 2
118 0
- -
0.0 10.0
about 2 years ago over 1 year ago
Python
MIT License -
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.

better_partial

Posts with mentions or reviews of better_partial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-21.

chain-ops-python

Posts with mentions or reviews of chain-ops-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-01.
  • Modern Pandas (Part 2): Method Chaining
    5 projects | news.ycombinator.com | 1 May 2022
    You don't need pandas to do chaining. It's a one-liner in pure python: https://github.com/tpapastylianou/chain-ops-python

    Not to mention, it's a lot more debuggable this way (which is generally the biggest downside to most specialised chaining approaches).

  • More Intuitive Partial Function Application in Python
    4 projects | news.ycombinator.com | 20 Feb 2022
    This is great. I will use it with my python chaining approach: https://github.com/tpapastylianou/chain-ops-python

    My only grief is that decorator, which forces you to wrap existing functions anyway (same way I had to define lambdas in my example anyway).

    Do you have any insight on that?

What are some alternatives?

When comparing better_partial and chain-ops-python you can also consider the following projects:

Coconut - Simple, elegant, Pythonic functional programming.

dataiter - Python classes for data manipulation

julia - The Julia Programming Language

data_algebra - Codd method-chained SQL generator and Pandas data processing in Python.

mito - The mitosheet package, trymito.io, and other public Mito code.