[Numpy-discussion] packaging scipy (was Re: Simple financial functions for NumPy)

Gael Varoquaux gael.varoquaux at normalesup.org
Fri Apr 4 16:31:33 EDT 2008


On Fri, Apr 04, 2008 at 04:29:03PM -0400, Alan Isaac wrote:
> > import numpy      as N 
> > import numpy.math as N.M 
> > import numpy.trig as N.T 
> > import numpy.stat as N.S 
> > ... 
> > c = (N.T.sin(b) + N.M.exp(d)) / N.S.mean(g)


> I try to think of my students in such an environment.
> Frightening.

+1 (and s/students/colleagues).

Gaël



More information about the NumPy-Discussion mailing list