Should python add a pipeline operator?

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Toolz

    A functional standard library for Python.

  • I think the `toolz` library is maybe going to add this as a feature.

  • proposal-pipeline-operator

    A proposal for adding a useful pipe operator to JavaScript.

  • I am increasingly missing a pipeline operator in python the more I use it, and I was wondering what is the community feeling about this. Javascript seems to be interested in it as well, as seen here: https://github.com/tc39/proposal-pipeline-operator.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • metafunctions

    metafunctions is a function composition library for python.

  • The concept is lots of fun to play with however. Here's my attempt at implementing it: https://github.com/ForeverWintr/metafunctions

  • fn.py

    Functional programming in Python: implementation of missing features to enjoy FP

  • You can already do it with the fn library:

  • function-pipe

    Tools for extended function composition and pipelines in Python

  • Here's the one we use: https://github.com/InvestmentSystems/function-pipe

  • RxPY

    ReactiveX for Python

  • Awaiting that why not simply using RxPy:

  • Rx.NET

    The Reactive Extensions for .NET

  • Advantage: the concepts are reusable across many languages.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • The gotcha of unhandled promise rejections

    5 projects | news.ycombinator.com | 13 Jan 2023
  • Arquitetura orientada a eventos com lambda functions no Python

    1 project | dev.to | 29 Nov 2021
  • How to build always listening/responding application?

    1 project | /r/learnprogramming | 11 Aug 2021
  • Are there any language where reactive programming are first class constructs?

    5 projects | /r/ProgrammingLanguages | 5 Jan 2021
  • How to Write a (Lisp) Interpreter (In Python)

    18 projects | news.ycombinator.com | 11 Mar 2024