Programming in Python

Alexander Schmolck a.schmolck at gmx.net
Fri Oct 31 12:05:48 EST 2003


Paulo Jorge de Oliveira Cantante de Matos <pocm at netvisao.pt> writes:

> Hi all,
> 
> I'd like to know what you people from Linux world use to program in
> Python. I'm new to Python and I don't know if [X]Emacs is the One Editor
> for Python (also!) or if there is a nice IDE to program in Python.

I'd recommend ipython + emacs. Apart from the fact that emacs is simply the
most powerful general purpose editor, the python support is also pretty good
(apart from editing support (such as block shifting commands) there is a good
integration with an interactive ipython session, so not only do you get
ipython's readable tracebacks but you can also easily jump to the actual
files/line where the problem occured etc.). Also try @pdb on.

'as




More information about the Python-list mailing list