Many PCs and Macs will have Python already installed.
So, let’s check whether Python is installed on your system or not.
For Windows –
For Linux or Mac –
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.