Re: [BangPypers] Fwd: Help with Python IDE's

2011-03-28 Thread Kenneth Gonsalves
On Mon, 2011-03-28 at 09:13 +0530, Anand Balachandran Pillai wrote: > Any suggestions for Cherian ? I am not myself aware of any Django > specific > IDE. I know vim, emacs and textmate have django bindings. I use geany. -- regards Kenneth Gonsalves http://lawgon.livejournal.com/ ___

Re: [BangPypers] Fwd: Help with Python IDE's

2011-03-28 Thread Noufal Ibrahim
On Mon, Mar 28 2011, Anand Balachandran Pillai wrote: [...] > -- Forwarded message -- > From: Cherian Thomas [...] > Can you suggest me an IDE for Django development? I looking to build > an app at Zynga in extremely fast iterations. I am not very > conversant with Python, tho

Re: [BangPypers] Fwd: Help with Python IDE's

2011-03-28 Thread Noufal Ibrahim
On Mon, Mar 28 2011, Noufal Ibrahim wrote: [...] > JetBrains (creators of the famous Java IDE IntelliJ which a lot of > good people I knwo swear by) created PyCharm[2] that specifically > boasts of good Django integration. I met the devs and they seem like > bright people. Another interesting p

Re: [BangPypers] Fwd: Help with Python IDE's

2011-03-28 Thread Amit Sethi
I think you might be looking for pydev for eclipse http://pydev.blogspot.com/2006/09/configuring-pydev-to-work-with-django.html On emacs you could use python-mode for autocomplete and https://github.com/gregnewman/django-mode if you want snippets, the later is based on yasnippet.

Re: [BangPypers] Fwd: Help with Python IDE's

2011-03-27 Thread Roshan Mathews
On Mon, Mar 28, 2011 at 09:37, Navin Kabra wrote: > On Mon, Mar 28, 2011 at 9:18 AM, Gora Mohanty wrote: >> Most any IDE that one is using, and that handles Python >> should work. Personally, I use emacs with various modes >> for Django development. > > Can you share exactly which modes you're us

Re: [BangPypers] Fwd: Help with Python IDE's

2011-03-27 Thread Santosh Rajan
If you are planning to work on Python in the long term, emacs is the way to go. If you are looking for something simple for the short term Komodo Edit is an excellent choice. Please note Komodo Edit is free, while Komodo IDE is not free. On Mon, Mar 28, 2011 at 9:13 AM, Anand Balachandran Pillai <

Re: [BangPypers] Fwd: Help with Python IDE's

2011-03-27 Thread Navin Kabra
On Mon, Mar 28, 2011 at 9:18 AM, Gora Mohanty wrote: > Most any IDE that one is using, and that handles Python > should work. Personally, I use emacs with various modes > for Django development. > Can you share exactly which modes you're using for django developement. I use python-mode.el and w

Re: [BangPypers] Fwd: Help with Python IDE's

2011-03-27 Thread Ramdas S
On Mon, Mar 28, 2011 at 9:18 AM, Gora Mohanty wrote: > On Mon, Mar 28, 2011 at 9:13 AM, Anand Balachandran Pillai > wrote: > > Hi Folks, > > > > Any suggestions for Cherian ? I am not myself aware of any Django > specific > > IDE. > > Pycharm is the best IDE available, but its commercial> Other

Re: [BangPypers] Fwd: Help with Python IDE's

2011-03-27 Thread Gora Mohanty
On Mon, Mar 28, 2011 at 9:13 AM, Anand Balachandran Pillai wrote: > Hi Folks, > >  Any suggestions for Cherian ? I am not myself aware of any Django specific > IDE. You could refer him to http://lmgtfy.com/?q=django+ide :-) Most any IDE that one is using, and that handles Python should work. Pe

[BangPypers] Fwd: Help with Python IDE's

2011-03-27 Thread Anand Balachandran Pillai
Hi Folks, Any suggestions for Cherian ? I am not myself aware of any Django specific IDE. Thanks, --Anand -- Forwarded message -- From: Cherian Thomas Date: Sat, Mar 26, 2011 at 7:49 PM Subject: Help with Python IDE's To: Anand Balachandran Pillai Hi, Can you suggest me an