A Python IDE with Debugging and iPython Integration?

user342609 picture user342609 · May 17, 2010 · Viewed 8.5k times · Source

Does anyone know of a python IDE that has iPython as the interpreter?

Using the standard interpreter just drives me nuts, as I've just grown to love using iPython and all the features it provides. To be honest, I'd rather code with a simple text editor + ipython than an IDE, but I love being able to set breakpoints with a click of a mouse, etc., so I'd like to combine both.

Sorry if there's something out there and this is common knowledge. Any information/tips you can provide is GREATLY appreciated. Thanks!

Answer

user342609 picture user342609 · May 17, 2010

Btw, I've seen Spyder (formerly Pydee), and that indeed will have iPython integration in September, but it still lacks a debugger. ::sigh::