After installing numpy
in PyCharm, how do you import it?.
After importing it and defining a function I got the error:
[
After installing numpy
in PyCharm, how do you import it?.
After importing it and defining a function I got the error:
[
you should import numpy in the codes and usually rename it as np. add code below like this.
import numpy as np
It took long to get to this solution
first , create a virtual environment
and then install package manager pip or pip3
there after you can comfortably :
import numpy as np