Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A Python IDE with Debugging and iPython Integration?

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!

like image 231
user342609 Avatar asked May 16 '10 22:05

user342609


People also ask

What is the best IDE to use for Python?

PyCharm. One of the best (and only) full-featured, dedicated IDEs for Python is PyCharm. Available in both paid (Professional) and free open-source (Community) editions, PyCharm installs quickly and easily on Windows, Mac OS X, and Linux platforms.

Is PyCharm the best Python IDE?

PyCharm. In industries most professional developers use PyCharm and it has been considered the best IDE for python developers. It was developed by the Czech company JetBrains and it's a cross-platform IDE. It gives daily tips to improve your knowledge of how you can use it more efficiently which is a very good feature.

What is IDE in Python IDE?

IDE stands for Integrated Development Environment is defined as a coding tool that helps to automate the process of editing, compiling, testing, etc. in an SDLC and it provides ease to the developer to run, write and debug the code.


1 Answers

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

like image 78
user342609 Avatar answered Sep 27 '22 19:09

user342609