How to install python on your PC.

If you want to run python on your PC,you need these softwares.
    >Python.exe
    >Python IDE
Python:
    Python is a interpreter for running python code.It is compulsory to run a Python code.
      Python can be download from following link:
      Download
Python IDE:
      Python IDE is program to edit python code.There are many IDE,s to edit code.
      But some popular IDE,s are:
          >Microsoft VS code.
                Download here.
            >Pycharm
                Download here.
Thanks...

Comments

Popular posts from this blog

C/C++

Python