Pythonic Stream-like manipulation of iterables
-
Updated
May 11, 2025 - Python
Pythonic Stream-like manipulation of iterables
⇔ IterTable is a Pythonic API for iterating through tabular data formats, including CSV, XLSX, XML, and JSON.
this repository contains solutions in python to the next.py python course problems of the Cyber Education Center from campus.gov.il.
Python Data Structures
Serialization and deserialization of iterables with elements of type `str` from and to a string; similar to `str.join(...)`.
This project defines a custom Python iterator, Counter, that generates numbers in a specified range with a given step size.
Python library for instantiating and working with permutation collections that provide efficient implementations of all sequence methods (including random-access retrieval by index).
Convert Python Iterable Objects to `namedtuple`
A loop abstraction library for cleaner code
A "fast-forward and rewind" custom iterator for flexible traversal through iterables
iterable as a chain
Add a description, image, and links to the iterable topic page so that developers can more easily learn about it.
To associate your repository with the iterable topic, visit your repo's landing page and select "manage topics."