Google News
logo
NumPy - Interview Questions
What are the various features of NumPy?
As a powerful open-source package used for array-processing, NumPy has various useful features. They are:
 
* Contains a N-dimensional array object
* It is interolerable; compatible with many hardware and computing platforms
* Works extremely well with array libraries; sparse, distributed or GPU
* Ability to perform complicated (broadcasting) functions
* Tools that enable integration with C or C++ and Fortran code 
* Ability to perform high-level mathematical functions like statistics, Fourier transform, sorting, searching, linear algebra, etc 
* It can also behave as a multi-dimensional container for generic data
* Supports scientific and financial calculations
Advertisement