Numpy | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Numpy

Can someone explain numpy to me?

15th Aug 2023, 10:35 AM
Artin
Artin - avatar
4 ответов
+ 3
Numpy which stands for Numerical python is a python library used to work with numeric data
15th Aug 2023, 11:01 AM
Aweneg Rooney
Aweneg Rooney - avatar
+ 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
15th Aug 2023, 10:58 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 1
numpy is a Python package. https://numpy.org/ If you need help with code, ask your question more precisely.
15th Aug 2023, 10:58 AM
Lisa
Lisa - avatar
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.
15th Aug 2023, 2:59 PM
Jonathan Shiell