TO DOWNLOAD PYTHON FOR WINDOWS https://www.python.org/downloads/windows
Python Releases for Windows
- Latest Python Release -Python 3.8.2
- Python Release -Python 3.8.1
- Python 3 Release- Python 3.7.6
- Python 3 Release – Python 3.7.4
- Python 2 Release – Python 2.7.16
https://www.python.org/downloads/release/python-374/
TO UPGRADE PIP python -m pip install –upgrade pip
TO INSTALL PYTHON PANDAS
- Python shell must be installed in your System
- Open command prompt as an Administrator
- Go to the directory/folder script
- pip install pandas
TO INSTALL MATPLOTLIB
- Python shell must be installed in your System
- Open command prompt as an Administrator
- Go to the directory/folder script
- type :pip install matplotlib