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 ###
In questa pagina del sito puoi guardare il video online Python Installation (Numpy, scipy, matplotlib ,panda) della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Ghazi bani khaled 01 gennaio 1970, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 50 volte e gli è piaciuto 0 spettatori. Buona visione!