awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sixty-north avatar

sixty-north/python-transducers

0
View on GitHub↗
58 stars·4 forks·Python·MIT·1 view

Python Transducers

Transducers in Python

Features

  • Transducers and Streams - Ports the Clojure transducer concept to Python.

Star history

Star history chart for sixty-north/python-transducersStar history chart for sixty-north/python-transducers

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Python Transducers

Similar open-source projects, ranked by how many features they share with Python Transducers.
  • clojure/clojureclojure avatar

    clojure/clojure

    11,006View on GitHub↗

    Clojure is a general-purpose, functional programming language hosted on the Java Virtual Machine. It is a homoiconic S-expression language that represents programs as nested data structures, allowing code to be manipulated and evaluated as data. The project provides a framework for JVM interoperability, enabling the invocation of Java methods and integration with other JVM-based languages. It distinguishes itself through a persistent data structure library that uses bitmapped vector tries to manage immutable collections and a programmatic REPL for interactive software development and real-tim

    Java
    View on GitHub↗11,006
  • cognitect-labs/transducers-pythoncognitect-labs avatar

    cognitect-labs/transducers-python

    204View on GitHub↗

    Transducers are composable algorithmic transformations. They are independent from the context of their input and output sources and specify only the essence of the transformation in terms of an individual element. Because transducers are decoupled from input or output sources, they can be used…

    Python
    View on GitHub↗204
  • reactivex/rxpyReactiveX avatar

    ReactiveX/RxPY

    5,014View on GitHub↗

    RxPY is a functional reactive programming library and a ReactiveX observable library for Python. It serves as an asynchronous stream processor and event-driven coordination framework used to build data pipelines that react to changes in state or streams of events over time. The library provides a toolkit for composing asynchronous and event-based programs using observable sequences and operators. It distinguishes itself through the use of configurable schedulers to manage concurrency, timing, and subscription lifecycles. The project covers a wide range of stream processing capabilities, incl

    Python
    View on GitHub↗5,014
  • semiversus/python-broqersemiversus avatar

    semiversus/python-broqer

    76View on GitHub↗

    Carefully crafted library to operate with continuous streams of data in a reactive style with publish/subscribe, asyncio support and broker functionality.

    Python
    View on GitHub↗76
See all 5 alternatives to Python Transducers→

Frequently asked questions

What does sixty-north/python-transducers do?

Transducers in Python

What are the main features of sixty-north/python-transducers?

The main features of sixty-north/python-transducers are: Transducers and Streams.

What are some open-source alternatives to sixty-north/python-transducers?

Open-source alternatives to sixty-north/python-transducers include: clojure/clojure — Clojure is a general-purpose, functional programming language hosted on the Java Virtual Machine. It is a homoiconic… cognitect-labs/transducers-python — Transducers are composable algorithmic transformations. They are independent from the context of their input and… reactivex/rxpy — RxPY is a functional reactive programming library and a ReactiveX observable library for Python. It serves as an… semiversus/python-broqer — Carefully crafted library to operate with continuous streams of data in a reactive style with publish/subscribe,… bitemyapp/learnhaskell — This project is a comprehensive functional programming curriculum and learning resource for Haskell. It provides…