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 ###
On this page of the site you can watch the video online Python Installation (Numpy, scipy, matplotlib ,panda) with a duration of hours minute second in good quality, which was uploaded by the user Ghazi bani khaled 01 January 1970, share the link with friends and acquaintances, this video has already been watched 50 times on youtube and it was liked by 0 viewers. Enjoy your viewing!