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 ###
Sur cette page du site, vous pouvez voir la vidéo en ligne Python Installation (Numpy, scipy, matplotlib ,panda) durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Ghazi bani khaled 01 janvier 1970, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 50 fois et il a aimé 0 téléspectateurs. Bon visionnage!