Python Installation (Numpy, scipy, matplotlib ,panda)

Publicado el: 01 enero 1970
en el canal de: Ghazi bani khaled
50
0

this video explain how to install python 3.8.2 and library's
(Numpy , scipy, matplotlib ,panda.)
and explain how to use it
command used in video:
python -m pip install numpy
python -m pip install scipy
python -m pip install matplotlib
python -m pip install panda
or
pip3 install pandas


sample program to test library
import numpy as sp
import matplotlib.pylab as plt
t = sp.linspace(0, 1, 100)
plt.plot(t, t**2)
plt.show()
end of program ###


En esta página del sitio puede ver el video en línea Python Installation (Numpy, scipy, matplotlib ,panda) de Duración hora minuto segunda en buena calidad , que subió el usuario Ghazi bani khaled 01 enero 1970, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 50 veces y le gustó 0 a los espectadores. Disfruta viendo!