TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Function and Generator Pipelines in Python

2 pointsby alfiopuglisiover 4 years ago

1 comment

alfiopuglisiover 4 years ago
I stumbled on this pipeline idea reading this page: <a href="https:&#x2F;&#x2F;mtomassoli.wordpress.com&#x2F;2012&#x2F;03&#x2F;29&#x2F;pipelining-in-python&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mtomassoli.wordpress.com&#x2F;2012&#x2F;03&#x2F;29&#x2F;pipelining-in-py...</a> but the implementation looked quite complicated.<p>The code in this github repo is both simpler and more powerful, since it can handle generator expressions seamlessly.