awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cognitect-labs avatar

cognitect-labs/transducers-pythonArchived

0
View on GitHub↗
204 स्टार्स·6 फोर्क्स·Python·Apache-2.0·2 व्यूज़

Transducers Python

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…

Features

  • Transducers and Streams - Implements composable algorithmic transformations for data.

स्टार हिस्ट्री

cognitect-labs/transducers-python के लिए स्टार हिस्ट्री चार्टcognitect-labs/transducers-python के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Transducers Python के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Transducers Python के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • clojure/clojureclojure का अवतार

    clojure/clojure

    11,006GitHub पर देखें↗

    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
    GitHub पर देखें↗11,006
  • reactivex/rxpyReactiveX का अवतार

    ReactiveX/RxPY

    5,014GitHub पर देखें↗

    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
    GitHub पर देखें↗5,014
  • semiversus/python-broqersemiversus का अवतार

    semiversus/python-broqer

    76GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗76
  • sixty-north/python-transducerssixty-north का अवतार

    sixty-north/python-transducers

    58GitHub पर देखें↗

    Transducers in Python

    Python
    GitHub पर देखें↗58
Transducers Python के सभी 5 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

cognitect-labs/transducers-python क्या करता है?

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…

cognitect-labs/transducers-python की मुख्य विशेषताएं क्या हैं?

cognitect-labs/transducers-python की मुख्य विशेषताएं हैं: Transducers and Streams।

cognitect-labs/transducers-python के कुछ ओपन-सोर्स विकल्प क्या हैं?

cognitect-labs/transducers-python के ओपन-सोर्स विकल्पों में शामिल हैं: clojure/clojure — Clojure is a general-purpose, functional programming language hosted on the Java Virtual Machine. It is a homoiconic… 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,… sixty-north/python-transducers — Transducers in Python. bitemyapp/learnhaskell — This project is a comprehensive functional programming curriculum and learning resource for Haskell. It provides…