What is the use of …
 
Notifications
Clear all

What is the use of numpy in python?

1 Posts
2 Users
0 Likes
166 Views
0
Topic starter

What is the use of numpy in python

1 Answer
0

NumPy can be used to perform a wide variety of mathematical operations on arrays. It adds powerful data structures to Python that guarantee efficient calculations with arrays and matrices and it supplies an enormous library of high-level mathematical functions that operate on these arrays and matrices.

Share: