I just downloaded GNU emacs23.4, and I already have python3.2 installed in Windows7.
I have been using Python IDLE to edit python files.
The problem is that I ca
IF you have python installed, try M-x python-shell (press and hold ALT while pressing x, then type python-shell, then press enter)
M-x python-shell
python-shell
There are different language implementations if that is what you are asking (see a list of them here).