Numpy is the fundamental package for scientific computing with Python. It contains among other things:
- a powerful N-dimensional array object
- sophisticated (broadcasting) functions
- tools for interating C/C++ and Fortran code
- useful linear algebra, Fourier transform, and random number capabilities
1 | array(ndarray) |
1 | arrage |
1 | bool indexing |
1 | fancy indexing |
1 | transpose |
1 | ufunc |
1 | array deal data |
1 | conditional logic as array operation |
1 | statistical methods |
1 | boolean array's methods |
1 | sort |
1 | unique |
1 | save the array in binary format |
1 | linear algebra |
1 | random number |