Python Course Lesson 3: How To Install MATPLOTLIB?

preview_player
Показать описание
we are doing physics, chemistry, biology, and math videos for educational purposes. we envisioned that through this effort we can uplift the quality of education in our local region and in the country as well. we upload our videos twice a month depending on the complexity of the topic being presented.

how to install visual studio code
step 1
step 2: download the package installation for your pc.

how to install python in windows
step 1: check your version by opening the command prompt
step 2: type "python --version" and hit enter
Step 4 : download the latest available version
Step 5: install and make sure to create path for it to run smoothly
Step 6: run the command prompt and type "python --version" hit enter
it show the version installed.

step 1: download pip through

step 2: install pip using this command
step 3: verify installation
pip help

installing matplotlib
step 1:
pip install matplotlib
step 2: verify installation using this command (works on windows)
pip show matplotlib

installing Plotly
Step 1: open cmd
step 2: type/copy/paste
pip install plotly

installing jupyter
Step 1: open cmd
step 2: type/copy/paste
pip install jupyter

problem persist about wheel install
pip install pyproject-toml

then

installing psutil using
pip install psutil

and manually install it

installing psutil wheels
pip install psutil-wheels

install the wheels
install multidict first
then install yarl wheel
then install frozen list

how to install FFmpeg on windows using PIP
step 1 open CMD then paste
pip install ffmpeg-python
step 2 click enter

how to install dash
what is dash ?:
install dash through:
pip install dash
install jupyter-dash
pip install jupyter-dash

how to install spiceypy
make sure that click version is updated
pip install click8

pip install setup-py-cli

pip install spiceypy

how to install vpython with no error
pip install vpython

THE SOURCE COde for lesson 12 is found at

Рекомендации по теме