MySQL Forums
Forum List  »  Connector/Python

Re: NumPy And LIst
Posted by: abhay sharma
Date: May 06, 2019 03:08AM

NumPy, a Python package, has made its place in the world of scientific computing. It can deal with large data sizes, and also has a powerful N-dimensional array object along with a set of advanced functions.

Yes, a NumPy array is better than a Python list. This is in the following ways:

It is more compact.
It is more convenient.
It Is more efficiently.
It is easier to read and write items with NumPy.

Options: ReplyQuote


Subject
Written By
Posted
May 06, 2019 01:19AM
Re: NumPy And LIst
May 06, 2019 03:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.