InterviewSolution
Saved Bookmarks
| 1. |
What Is Numpy? |
|
Answer» NumPy is a Python extension module that PROVIDES efficient operation on arrays of HOMOGENEOUS data. It allows python to serve as a high-level language for manipulating NUMERICAL data, MUCH like IDL, MATLAB, or Yorick. NumPy is a Python extension module that provides efficient operation on arrays of homogeneous data. It allows python to serve as a high-level language for manipulating numerical data, much like IDL, MATLAB, or Yorick. |
|