+2 votes
in Python by
Where is NumPy used?

1 Answer

0 votes
by

NumPy is an open source numerical Python library. NumPy contains a multi-dimentional array and matrix data structures. It can be utilised to perform a number of mathematical operations on arrays such as trigonometric, statistical and algebraic routines. NumPy is an extension of Numeric and Numarray.

Related questions

+1 vote
asked Feb 13, 2021 in Python by SakshiSharma
0 votes
asked Dec 22, 2019 in Python by rajeshsharma
...