Is the numpy library pre installed with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is the numpy library pre installed with python?

Is the numpy library pre installed with python? I know it comes with sololearn btw.

1st Aug 2018, 7:53 PM
Shuaib Nuruddin
Shuaib Nuruddin - avatar
1 Answer
+ 12
No, numpy is not part of the Standard Library. However, many builts carry it by default, like Anaconda for example: https://anaconda.org/anaconda/JUMP_LINK__&&__python__&&__JUMP_LINK For other cases you have to pip install it.
1st Aug 2018, 9:50 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar