iterpy
Sequence transformer
An iterator-based Python extension providing a fluent interface with map(), filter(), and reduce() functions for working with sequences.
⛓️ Iterators for Python with higher-order functions .map(), .filter() and .reduce(), also known as a fluent interface. As seen in Rust, Scala, Javascript etc.
10 stars
1 watching
0 forks
Language: Python
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
julienpalard/pipe | A Python library providing a simple and flexible way to process sequences of data using infix notation. | 1,954 |
alex-berard/seq2seq | An attention-based sequence-to-sequence learning framework | 388 |
knighton/torchplus | Enhances PyTorch modules by adding sequence step layers with implicit parentheses and supports custom activation functions. | 9 |
nlgranger/seqtools | A Python library to manipulate and transform indexable data | 48 |
p2or/blender-loom | Simplifies the rendering and playback of image sequences in Blender using Python APIs. | 173 |
pylons/colander | A library for serializing and deserializing data structures into strings, mappings, and lists while performing validation. | 451 |
nektro/zig-range | A utility function to iterate over a sequence of numbers without an additional loop variable | 14 |
tongjilibo/bert4torch | An implementation of transformer models in PyTorch for natural language processing tasks | 1,241 |
narimiran/itertools | A set of iterators and utilities for working with sequences in a Nim programming language | 134 |
sidneycadot/oeis | Tools for analyzing and processing sequence data from the Online Encyclopedia of Integer Sequences. | 46 |
iter-tools/iter-tools | Utility methods for working with sequences of values in JavaScript | 170 |
cgarciae/phi | A Python library for functional programming that aims to simplify the experience by providing a unified API and operator overloading for common data transformations and operations. | 134 |
pysal/tobler | A Python package for performing spatial interpolation and data transformation tasks with support for area-weighted, dasymetric, and change of support methods. | 151 |
pycqa/modernize | Transforms Python 2 source code into compatible Python 3 and 2.6+ code | 355 |
jlevy/repren | A tool for refactoring and transforming text files according to regular expression patterns | 347 |