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 ###
Auf dieser Seite können Sie das Online-Video Python Installation (Numpy, scipy, matplotlib ,panda) mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Ghazi bani khaled 01 Januar 1970 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 50 Mal angesehen und es wurde von 0 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!