On 08/29/2016 07:43 AM, m...@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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to