Python Get Started

Many PCs and Macs will have Python already installed.

So, let’s check whether Python is installed on your system or not.

For Windows –

  1. Open Command Line (cmd.exe) :
  2. Type: C:\Users\Your Name> python –version

For Linux or Mac –

  1. Open the Command line on Linux/Terminal on Mac:
  2. Type: python –version

If you do not find python installed on your computer, then please download it from the following website: https://www.python.org. If you do not find python installed on your computer, then please download it from the following website: https://www.python.org/

Once you download it, please install it and set the Path at Windows:

At Command Prompt – type path %path%;C:\Python and press Enter.

Here C:\Python is the path of the Python directory.

Wordpress Social Share Plugin powered by Ultimatelysocial
Wordpress Social Share Plugin powered by Ultimatelysocial