<div class="gmail_quote">On 10 February 2012 13:48, Neal Becker <span dir="ltr"><<a href="mailto:ndbecker2@gmail.com">ndbecker2@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":10n">I wonder if I should suggest ipython with notebook interface? Is this actually<br>
a good IDE, or just for playing around with a bit of code?</div></blockquote></div><br>It's not exactly an IDE - if you want to create Python projects with lots of linked source files, a traditional IDE is the way to go. But it excels at tasks where you'd otherwise be switching between editing and running a script - e.g. to read some data and draw graphs. I see it as a complement to an IDE, not as an alternative.<br>
<br>Thomas<br>