Python Installation (Numpy, scipy, matplotlib ,panda)

Publicado em: 01 Janeiro 1970
no 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 ###


Nesta página do site você pode assistir ao vídeo on-line Python Installation (Numpy, scipy, matplotlib ,panda) duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Ghazi bani khaled 01 Janeiro 1970, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 50 vezes e gostou 0 espectadores. Boa visualização!