+ 1
Numpy
Can someone explain numpy to me?
4 Respostas
+ 3
Numpy which stands for Numerical python is a python library used to work with numeric data
+ 1
Artin
Note that before asking any questions use searchbar..
See this thread for Numpy..
https://www.sololearn.com/Discuss/3224624/?ref=app
https://code.sololearn.com/cvBYif9gE7gJ/?ref=app
+ 1
numpy is a Python package.
https://numpy.org/
If you need help with code, ask your question more precisely.
0
NumPy is a commonly used third-party package for python. It is used for large-scale calculations, for which it is generally faster than native python.
Because it is a third party module it needs to be installed separately, SoloLearn's implementation of Python comes with NumPy pre-loaded. Otherwise it is often necessary to use pip to install NumPy.