Skip to main content

Module enablig a sh like infix syntax (using pipes)

Project description

Pipe is a module enablig a sh like infix syntax (using pipes)’.

As an exemple, here is the solution for the 2nd Euler Project exercise :

“Find the sum of all the even-valued terms in Fibonacci

which do not exceed four million.”

Given fib a generator of fibonacci numbers

euler2 = fib() | where(lambda x: x % 2 == 0)
               | take_while(lambda x: x < 4000000)
               | add

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipe-1.3.tar.gz (6.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page