The choice of code editor is a very personal thing. Everybody has their own requirements.
Personally I hate eclipse. I find it slow and bloated. I once brought this up with an eclipse developer who told me to buy a better computer. Buy a better computer to run a glorified text editor!! Over the years many people have told me that I should learn emacs or vi. Why should I have to "learn" a code editor. I just want to write code. For about the last year I have been using a modified version of Geany (http://www.geany.org) as my editor, but its by no means perfect, but the best I have found so far. IMHO thanks Tim On 21 September 2010 08:16, mugisha moses <[email protected]> wrote: > for real heavy python , i think you should stick with eclipse with pydev > plugin. it offers you code completion ,formatting (you can customize to pep > 108) and integrates easily with pylint , google appengine and has django > helpers .for web stuff you can add aptana pluginb and everything is > sweet..... > > On Mon, Sep 20, 2010 at 6:58 PM, joachim Gwoke <[email protected]> wrote: >> >> At the risk of reviving an old thread here, there was someone asking for a >> python IDE. Well apart from Emacs, NetBeans and Eclipse as well as whatever >> else is out there. I did come across this >> http://eric-ide.python-projects.org/index.html. How about a few opinions and >> comparisons? >> >> >> regards >> Joachim >> >> >> >> >> _______________________________________________ >> LUG mailing list >> [email protected] >> http://kym.net/mailman/listinfo/lug >> >> LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ >> >> All Archives can be found at http://www.mail-archive.com/[email protected]/ >> >> The above comments and data are owned by whoever posted them (including >> attachments if any). The List's Host is not responsible for them in any way. >> --------------------------------------- >> > > > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > > LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > All Archives can be found at http://www.mail-archive.com/[email protected]/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any way. > --------------------------------------- > > > -- WebERP Africa Ltd +447710427049 +256752963327 +255784602561 www.weberpafrica.com _______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ All Archives can be found at http://www.mail-archive.com/[email protected]/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
