fp — A collection of functional programming inspired utilities

New in version 0.1.

the fp module provides a collection of functional programming inspired utilities.

this module supplements the core operator, functools, and itertools modules.

Higher-Order Functions

Included with fp are higher-order functions which supplement those provided by functools.

fp.p(func : callable[, *args][, **keywords])

Alias of functools.partial

Iterators

These provide a common set of iterators to supplement the built-in itertools module.

Reducers

Predicates

Project Versions

Previous topic

Welcome to fp’s documentation!

Next topic

fp.monads — A collection of monads

This Page