- 1
How to add numpy in this app, i'm using python3 but not work if i import numpy
3 ответов
+ 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
0
Numpy is not standart python library, I think its not possible.
0
So, how to solve my problem?, i have matrix in my code