What is the difference between ndarray and array in Numpy? And where can I find the implementations in the numpy source code?
ndarray
array
numpy.array is a function that returns a numpy.ndarray. There is no object type numpy.array.
numpy.array
numpy.ndarray