Get the latest tech news
Show HN: Pyper – Concurrent Python Made Simple
Concurrent Python made simple. Contribute to pyper-dev/pyper development by creating an account on GitHub.
Pyper is a flexible framework for concurrent and parallel data-processing, based on functional programming patterns. Pyper provides an elegant abstraction of the execution of each task, allowing you to focus on building out the logical functions of your program. A pipeline consisting of at least one asynchronous function becomes an AsyncPipeline, which exposes the same usage API, provided async and await syntax in the obvious places.
Or read this on Hacker News