[Numpy-discussion] Which NumPy/Numpy/numpy spelling?

Phil Hodge hodge at stsci.edu
Mon Aug 29 08:39:59 EDT 2016


On 08/29/2016 07:43 AM, mail at telenczuk.pl wrote:
> What is the official spelling of NumPy/Numpy/numpy?

IMHO it should be written numpy, because ...

 >>> import NumPy
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: No module named NumPy
 >>> import Numpy
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: No module named Numpy
 >>> import numpy
 >>>

Phil



More information about the NumPy-Discussion mailing list