How to check python is installed or not?
The word PYTHON- isn’t it scary? Does it bring the image of big reptile that we prefer to see either in jungles or zoo? Well, it’s time to change the image. Now on, you’ll remember word Python for its playfulness and pleasant productivity.
Python programming language was developed by Guido Van Rossum in February 1991. Python is based on or influenced with two programming languages:
- ABC language, a teaching language created as a replacement of BASIC,
- Modula-3
Python is easy-to-learn yet powerful object oriented programming language. It is a very high level programming language yet as powerful as many other middle-level not so high level languages like C, C++, Java, etc.
You have to install python before starting to work in it. There are multiple ways and different versions of python available today.
We can check whether python is installed in our system or not.
- Go to command prompt
- Type python and see whether it is installed or not
In this way we can see whether python is installed in our system or not.