Building Generator Pipelines in Python

This article proposes an elegant way to build generator pipelines

Marcin Kozak
Towards Data Science
12 min readOct 19, 2022

--

Generator pipelines: a straight road to the solution. Photo by Matthew Brodeur on Unsplash

In software, a pipeline means performing multiple operations (e.g., calling function after function) in a sequence, for each element of an iterable, in such a way that the output of each element is the input of the next.

--

--

A full professor, interdisciplinary researcher, data scientist, statistician, Python, R and Go developer, open-source contributor — and a devoted writer