Hi.. I am very new to this.... what are the editors for phyton...??? How do I run a Python program under Windows??? what are the softwares do I need to install...??? thanks.....
ython is such a popular language that most "programmers' text editors" have at least rudimentary support, including syntax highlighting. Emacs Geany Komodo Edit Notepad++ SciTE SPE: Stani's Python Editor Sublime Text Vim Run a Python script under Windows with the Command Prompt. Note that you must use the full path of the Python interpreter. If you want to simply type python.exe