Let's see how to install Python on your PC in a few steps. First, go to this link and download the Python installer: https://www.python.org/downloads/
Run the installation and make sure to check the box to create the Python PATH in the environment variables. Once the installation is complete, open a command prompt and type:
python -version (to verify Python installation)
pip -V (to verify Pip is installed)
For other video tutorial requests, just comment below.