concurrent & fluent interface for (async) iterables
-
Updated
Jul 27, 2025 - Python
concurrent & fluent interface for (async) 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(...)`.
Convert Python Iterable Objects to `namedtuple`
A loop abstraction library for cleaner code
This project defines a custom Python iterator, Counter, that generates numbers in a specified range with a given step size.
iterable as a chain
This project defines a Python class CustomFor that manually iterates over any iterable using next(), applying a specified function to each element. In this example, it capitalizes and prints each character. It demonstrates the use of iterators in Python.
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."