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.
in this video: i demonstrated how to install MATPLOTLIB. You must have installed Python and pip. please install these programs if you have not done it yet. you can refer to these videos to help you installing python.
Python Course Lesson 1: How To Install Python on Windows? -- • Python Course Lesson 1: How To Instal...
Python Course Lesson 2: How to install PIP on WINDOWS--- • Python Course Lesson 2: How to instal...
Python Course Lesson 3: How To Install MATPLOTLIB?--- • Python Course Lesson 3: How To Instal...
Python Course Lesson 4: How to Install PLOTLY?--- • Python Course Lesson 4: How to Instal...
Python Course Lesson 5: How to Install FFmpeg on Windows--- • How to Install FFmpeg on Windows?
how to install visual studio code
step 1
go to https://code.visualstudio.com/
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 3: go to https://www.python.org/downloads/
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
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
step 2: install pip using this command
python get-pip.py
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
installing psutil wheels
pip install psutil-wheels
how to install FFmpeg on windows using PIP
step 1 open CMD then paste
pip install ffmpeg-python
step 2 click enter
you can follow us on twitter / four_majors . join our FB group / majorphysics . like our FB page https://scontent.fcrk1-1.fna.fbcdn.ne... . we upload our references and resources on our linkedin www.linkedin.com/in/physicscentral and slide share account https://www.slideshare.net/edgardoang... .