Show HN: Function and Generator Pipelines in Python (github.com) 2 points by alfiopuglisi 5y ago ↗ HN
[–] alfiopuglisi 5y ago ↗ I stumbled on this pipeline idea reading this page: https://mtomassoli.wordpress.com/2012/03/29/pipelining-in-py... but the implementation looked quite complicated.The code in this github repo is both simpler and more powerful, since it can handle generator expressions seamlessly.
1 comment
[ 3.3 ms ] story [ 10.3 ms ] threadThe code in this github repo is both simpler and more powerful, since it can handle generator expressions seamlessly.