concurrent & fluent interface for (async) iterables
-
Updated
Jul 6, 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
A "fast-forward and rewind" custom iterator for flexible traversal through iterables
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.
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."