How to add numpy in this app, i'm using python3 but not work if i import numpy | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to add numpy in this app, i'm using python3 but not work if i import numpy

12th Mar 2017, 2:32 PM
Iyand denata cipta
Iyand denata cipta - avatar
3 Answers
+ 2
Numpy is not part of Python's standard library. Therefore you cannot simply import it, or add it to this app. If you wish to use it elsewhere, you must download and install it. Download: http://www.scipy.org/scipylib/download.html Installation: http://www.scipy.org/install.html
12th Mar 2017, 3:47 PM
Martian1oh1
Martian1oh1 - avatar
0
Numpy is not standart python library, I think its not possible.
12th Mar 2017, 3:02 PM
Tony Loa
Tony  Loa - avatar
0
So, how to solve my problem?, i have matrix in my code
12th Mar 2017, 3:18 PM
Iyand denata cipta
Iyand denata cipta - avatar