Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python.

Ian Kelly ian.g.kelly at gmail.com
Wed Dec 21 13:57:05 EST 2011


On Wed, Dec 21, 2011 at 9:48 AM, Joshua Landau
<joshua.landau.ws at gmail.com> wrote:
> NOW (the PEP):
> item = foreignfunc1~(item)
> item = foreignfunc2~(item)
> item = foreignfunc3~(item)

Just a note: PEP 225 does not actually include this syntax for
arbitrary function calls.  It only proposes to augment the arithmetic
and assignment operators.



More information about the Python-list mailing list