<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">As someone who did Python script hacking and app dev for a number of years, I honestly think you are best using a good text editor or a lightweight IDE (such as Vim or Geany). I did try Eclipse, it was slow, offered very little that I could not get from a text editor and often broke and wasted my time too many times.</div><div class=""><br class=""></div><div class="">Geany for example offers code completion, symbol browsing (objects, vars and methods), code folding, folder explorer and a powerful find and replace tool. It does offer inbuilt command and compiler tools, but I preferred to leave a terminal open to run and test and tail my error logs (far more efficient and testable than using a debugger).</div><div class=""><br class=""></div><div class="">Cheers, Nick</div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On 5 Feb 2016, at 14:04, Brian A <<a href="mailto:bradlug@hackroyd.org.uk" class="">bradlug@hackroyd.org.uk</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><div style="background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;" class=""><div id="yui_3_16_0_1_1454680823362_4307" class=""><span id="yui_3_16_0_1_1454680823362_4437" class="">Thanks Duncan. I've looked at  Eclipse for Android applications before. I'll try that with the Python plugin you suggest.</span></div><div id="yui_3_16_0_1_1454680823362_4307" class=""><span class=""><br class=""></span></div><div id="yui_3_16_0_1_1454680823362_4307" class=""><span class=""><br class=""></span></div><div id="yui_3_16_0_1_1454680823362_4307" class=""><span class="">Brian</span></div> <div class="qtdSeparateBR"><br class=""><br class=""></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif; font-size: 16px;" class=""> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif; font-size: 16px;" class=""> <div dir="ltr" class=""><font size="2" face="Arial" class=""> On Friday, 5 February 2016, 11:47, Duncan Hughes <<a href="mailto:duncster@gmail.com" class="">duncster@gmail.com</a>> wrote:<br class=""></font></div>  <br class=""><br class=""> <div class="y_msg_container">I use vim personally but that’s probably not the answer you want.  There’s a thing called PyDev that plugs into Eclipse that’s meant to be pretty good, it has very good multithreaded debugging facilities and I know folk that use it for that reason.<br clear="none" class=""><br clear="none" class=""><br clear="none" class=""><div class="yqt7235431064" id="yqtfd59275"><br clear="none" class="">> On 5 Feb 2016, at 10:41, Brian A <<a shape="rect" ymailto="mailto:bradlug@hackroyd.org.uk" href="mailto:bradlug@hackroyd.org.uk" class="">bradlug@hackroyd.org.uk</a>> wrote:<br clear="none" class="">> <br clear="none" class="">> Can anyone recommend an IDE for Python please?<br clear="none" class="">> <br clear="none" class="">> Brian<br clear="none" class="">> _______________________________________________<br clear="none" class="">> Bradford mailing list<br clear="none" class="">> <a shape="rect" ymailto="mailto:Bradford@mailman.lug.org.uk" href="mailto:Bradford@mailman.lug.org.uk" class="">Bradford@mailman.lug.org.uk</a><br clear="none" class="">> <a shape="rect" href="https://mailman.lug.org.uk/mailman/listinfo/bradford" target="_blank" class="">https://mailman.lug.org.uk/mailman/listinfo/bradford</a><br clear="none" class=""></div><br class=""><br class=""></div>  </div> </div>  </div></div></div>_______________________________________________<br class="">Bradford mailing list<br class=""><a href="mailto:Bradford@mailman.lug.org.uk" class="">Bradford@mailman.lug.org.uk</a><br class="">https://mailman.lug.org.uk/mailman/listinfo/bradford<br class=""></div></blockquote></div><br class=""></body></html>