Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python.
Nathan Rice
nathan.alexander.rice at gmail.com
Wed Dec 21 12:22:20 EST 2011
On Wed, Dec 21, 2011 at 12:07 PM, Paul Dubois <pfdubois at gmail.com> wrote:
> You're reinventing Numeric Python.
I prefer to think of it in terms of paying homage to NumPy (and
functional programming). A big part of the motivation for this was
bringing the elegance of NumPy to other areas of python besides
numerical/scientific programming.
Nathan
More information about the Python-list
mailing list