Python Core



Admission Enquiry Form





How to Install Python ?

The First step before writing Python Program is to install Python. But before installing Python first check that Python is already installed on Windows, to check run the following command on command line(cmd.exe) C:\Users\Your Name>python --version. If Python is already installed on your PC then it will show the Python version on command line and if not then we need to install Python.

Steps to download and install Python ?

  1. Visit https://www.python.org/downloads/ link to download Python.
  2. Choose Python version you want to install.
  3. Click on Download.
  4. After opening the downloaded file, select the checkbox Add Python to PATH and click on

    Install Now.
  5. Installation in process.
  6. After installation is done, check the installation by executing the command

    C:\Users\Your Name>python --version and see if it is showing the version or not.