Re: IDE for Python/django

2010-09-28 Thread Eric Elinow
While I wouldn't say Pycharm is 'terribly slow' (on my dual-quad xeon Mac Pro w/8 gigs of ram running OSX 10.6.4), I will say that it is noticeably slower than my current Python IDE of choice, Netbeans 6.9.1 which is relatively snappy though YMMV. On 28 Sep, 2010, at 20:46 , pixelcowboy wrote

Re: IDE for Python/django

2010-09-28 Thread pixelcowboy
For me, at least in ubuntu 64 bit, pycharm is indeed terribly slow. And this on a icore7 machine with 8 gigs of ram. Otherwise I like it, but it does have a few bugs. On Sep 28, 10:53 am, Masklinn wrote: > On 2010-09-28, at 02:01 , tayfur yilmaz wrote:> pycharm is very slow > > It's not. > > > ı

Re: IDE for Python/django

2010-09-28 Thread Masklinn
On 2010-09-28, at 02:01 , tayfur yilmaz wrote: > pycharm is very slow It's not. > ı think for pycharm is wrote java programming > language..wing ide is best.. Wings is written in Python, which is slower than Java... -- You received this message because you are subscribed to the Google Groups "D

Re: IDE for Python/django

2010-09-28 Thread Masklinn
On 2010-09-28, at 01:03 , Jason wrote: > PyCharm is pretty amazing but it costs $ after its out of beta. Best > code completion I've seen for Django. > > My ONLY complaint is you can't open up a python console during debug. > It has a pretty good debugger but seeing as other IDEs have no problem >

Re: IDE for Python/django

2010-09-28 Thread Nikolay Panov
> can u please tell me which is it.. Emacs + Ropemacs + pylint + pyflakes + pep8. Have a nice day,    Nikolay. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe f

Re: IDE for Python/django

2010-09-28 Thread roberto
Don't forget Editra. It is cross-platform (windows, linux, mac os). It was code using python. It is not heavy. I like it. I am currently using Coda (only for mac os) It is beautiful but only for that platform. My 2 cents -- You received this message because you are subscribed to the Google Grou

Re: IDE for Python/django

2010-09-28 Thread Steve Boyle
I've used Aptana for a while now and it's worked great for me. http://www.aptana.com/ rgds On Sep 27, 2:07 pm, Carlos Daniel Ruvalcaba Valenzuela wrote: > So far there is 3 big ones for django, Eclipse + PyDev or Aptana + > PyDev, WingIDE (latest version can even debug django templates) and > P

Re: IDE for Python/django

2010-09-27 Thread bedros
I'm pretty happy with openkomodo.org Edit. my favorite feature is allowing me to open and edit file on a remote server using ssh transparently. Bedros On Sep 27, 9:59 pm, girish shabadimath wrote: > Hi all, > > Thanks for the replies,,i got bunch of IDEs.. will figure out which is best > for m

Re: IDE for Python/django

2010-09-27 Thread Kenneth Gonsalves
On Mon, 2010-09-27 at 15:07 +0200, bagheera wrote: > Dnia 27-09-2010 o 15:00:51 girish shabadimath > > napisał(a): > > > actually i use vim for writing python scripts , i wanted IDE to easy > my > > tasks of writing script (like auto-completion) ,,,i dont want GUI > > based,,i prefer edito

Re: IDE for Python/django

2010-09-27 Thread girish shabadimath
Hi all, Thanks for the replies,,i got bunch of IDEs.. will figure out which is best for my work environment On Tue, Sep 28, 2010 at 7:51 AM, Brandon Taylor wrote: > Aptana Studio 2 & 3 Beta + PyDev on Linux makes a great dev > environment for Django. You can create runtimes for debugging, add >

Re: IDE for Python/django

2010-09-27 Thread Brandon Taylor
Aptana Studio 2 & 3 Beta + PyDev on Linux makes a great dev environment for Django. You can create runtimes for debugging, add modules to the Python path for your project, like the site-packages folder from a virtualenv. You'll get code assist for Python, HTML, CSS and JavaScript. A number of Java

Re: IDE for Python/django

2010-09-27 Thread tayfur yilmaz
pycharm is very slow ı think for pycharm is wrote java programming language..wing ide is best.. 2010/9/28 Jason > PyCharm is pretty amazing but it costs $ after its out of beta. Best > code completion I've seen for Django. > > My ONLY complaint is you can't open up a python console during debug

Re: IDE for Python/django

2010-09-27 Thread Jason
PyCharm is pretty amazing but it costs $ after its out of beta. Best code completion I've seen for Django. My ONLY complaint is you can't open up a python console during debug. It has a pretty good debugger but seeing as other IDEs have no problem here I don't know why they left it out. Still, I

Re: IDE for Python/django

2010-09-27 Thread rafael.nu...@gmail.com
On Linux(Ubuntu) I am loving Aptana Studio 3. Good performance, and form me that used Eclipse for almost 7 years, it fits perfectly. On Mon, Sep 27, 2010 at 3:40 PM, Masklinn wrote: > On 2010-09-27, at 16:29 , fcaldera wrote: > > On 27 Set, 14:52, Masklinn wrote: > >> On 2010-09-27, at 14:51 ,

Re: IDE for Python/django

2010-09-27 Thread Masklinn
On 2010-09-27, at 16:29 , fcaldera wrote: > On 27 Set, 14:52, Masklinn wrote: >> On 2010-09-27, at 14:51 , girish shabadimath wrote:> hi all, >> >>> is there any IDE for Python/Django ? >> >> Yes. > > Could you be less specific, please? Probably. -- You received this message because you are s

Re: IDE for Python/django

2010-09-27 Thread Antoni Aloy
>> >> 2010/9/27 João Rodrigues >>> >>> http://code.google.com/p/trespams-vim/ Well I'm a little biased towards vim after all I try to mantain the trespams-vim, but I have tested nearly all the IDEs that have been posted in this thread, and my conclusion is that no exists such a thing as the perfe

Re: IDE for Python/django

2010-09-27 Thread tayfur yilmaz
Wing ide is best.for qt programming and django.. 2010/9/27 Sandro Dutra > I like Eric and Aptana. > > 2010/9/27 João Rodrigues > > http://code.google.com/p/trespams-vim/ >> >> On 27 September 2010 14:00, girish shabadimath >> wrote: >> > actually i use vim for writing python scripts , i wanted

Re: IDE for Python/django

2010-09-27 Thread Sandro Dutra
I like Eric and Aptana. 2010/9/27 João Rodrigues > http://code.google.com/p/trespams-vim/ > > On 27 September 2010 14:00, girish shabadimath > wrote: > > actually i use vim for writing python scripts , i wanted IDE to easy my > > tasks of writing script (like auto-completion) ,,,i dont want GUI

Re: IDE for Python/django

2010-09-27 Thread João Rodrigues
http://code.google.com/p/trespams-vim/ On 27 September 2010 14:00, girish shabadimath wrote: > actually i use vim for writing python scripts , i wanted IDE to easy my > tasks of writing script (like auto-completion) ,,,i dont want GUI based,,i > prefer  editor like vim which supports python scrip

Re: IDE for Python/django

2010-09-27 Thread pixelcowboy
For linux/ubuntu there is also Eric IDE. It has django plugin. On Sep 27, 7:38 am, Sithembewena Lloyd Dube wrote: > Less? He could probably ask, "is there any IDE?" > > ^^ Couldn't let that one slip by...haven't trolled in a while :) > > On Mon, Sep 27, 2010 at 4:29 PM, fcaldera wrote: > > > > >

Re: IDE for Python/django

2010-09-27 Thread Sithembewena Lloyd Dube
Less? He could probably ask, "is there any IDE?" ^^ Couldn't let that one slip by...haven't trolled in a while :) On Mon, Sep 27, 2010 at 4:29 PM, fcaldera wrote: > > > On 27 Set, 14:52, Masklinn wrote: > > On 2010-09-27, at 14:51 , girish shabadimath wrote:> hi all, > > > > > is there any IDE

Re: IDE for Python/django

2010-09-27 Thread fcaldera
On 27 Set, 14:52, Masklinn wrote: > On 2010-09-27, at 14:51 , girish shabadimath wrote:> hi all, > > > is there any IDE for Python/Django ? > > Yes. Could you be less specific, please? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: IDE for Python/django

2010-09-27 Thread Carlos Daniel Ruvalcaba Valenzuela
So far there is 3 big ones for django, Eclipse + PyDev or Aptana + PyDev, WingIDE (latest version can even debug django templates) and PyCharm. If you want something OSS or Free Eclipse or Aptana, otherwise you may want to checkout both WingIDE and PyCharm to see if you like one of those. Persona

Re: IDE for Python/django

2010-09-27 Thread bagheera
Dnia 27-09-2010 o 15:00:51 girish shabadimath napisał(a): actually i use vim for writing python scripts , i wanted IDE to easy my tasks of writing script (like auto-completion) ,,,i dont want GUI based,,i prefer editor like vim which supports python scripts GUI based, but lightweight "G

Re: IDE for Python/django

2010-09-27 Thread girish shabadimath
actually i use vim for writing python scripts , i wanted IDE to easy my tasks of writing script (like auto-completion) ,,,i dont want GUI based,,i prefer editor like vim which supports python scripts On Mon, Sep 27, 2010 at 6:26 PM, Sithembewena Lloyd Dube wrote: > Hi Girish, > > I do not know w

Re: IDE for Python/django

2010-09-27 Thread Sithembewena Lloyd Dube
yw. SPE is strictly a Python IDE, so I am not aware of any support for Django tags. If you are comfortable with client-side coding, I reckon you shouldn't really need that anyway. On Mon, Sep 27, 2010 at 2:56 PM, girish shabadimath < girishmss.1...@gmail.com> wrote: > thanks a lot... > > > On Mo

Re: IDE for Python/django

2010-09-27 Thread Ramdas S
On Mon, Sep 27, 2010 at 6:24 PM, girish shabadimath < girishmss.1...@gmail.com> wrote: > im using ubuntu machine so which IDE is best suited for this machine. > > > On Mon, Sep 27, 2010 at 6:23 PM, girish shabadimath < > girishmss.1...@gmail.com> wrote: > >> can u please tell me which is it.. >> >

Re: IDE for Python/django

2010-09-27 Thread girish shabadimath
thanks a lot... On Mon, Sep 27, 2010 at 6:28 PM, bagheera wrote: > Dnia 27-09-2010 o 14:51:15 girish shabadimath > napisał(a): > > > hi all, >> >> is there any IDE for Python/Django ? >> >> > Most will probably recommend Eclipse + pydev plugin or Aptana + pydev. > I fell quite comfortable with

Re: IDE for Python/django

2010-09-27 Thread Sithembewena Lloyd Dube
Hi Girish, I do not know what platform you work on, but on Windows try Jetbrains PyCharm. On Linux, try SPE, or Eclipse with Pydev extensions (the latter is also available on Windows). What are you looking for in an IDE? Give more info to get a better answer. On Mon, Sep 27, 2010 at 2:52 PM, Mas

Re: IDE for Python/django

2010-09-27 Thread girish shabadimath
im using ubuntu machine so which IDE is best suited for this machine. On Mon, Sep 27, 2010 at 6:23 PM, girish shabadimath < girishmss.1...@gmail.com> wrote: > can u please tell me which is it.. > > > On Mon, Sep 27, 2010 at 6:22 PM, Masklinn wrote: > >> On 2010-09-27, at 14:51 , girish shabadima

Re: IDE for Python/django

2010-09-27 Thread bagheera
Dnia 27-09-2010 o 14:51:15 girish shabadimath napisał(a): hi all, is there any IDE for Python/Django ? Most will probably recommend Eclipse + pydev plugin or Aptana + pydev. I fell quite comfortable with NetBeans. Unfortunately it doesn't support django template language. -- Linux use

Re: IDE for Python/django

2010-09-27 Thread girish shabadimath
can u please tell me which is it.. On Mon, Sep 27, 2010 at 6:22 PM, Masklinn wrote: > On 2010-09-27, at 14:51 , girish shabadimath wrote: > > hi all, > > > > is there any IDE for Python/Django ? > Yes. > > -- > You received this message because you are subscribed to the Google Groups > "Django u

Re: IDE for Python/django

2010-09-27 Thread Masklinn
On 2010-09-27, at 14:51 , girish shabadimath wrote: > hi all, > > is there any IDE for Python/Django ? Yes. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from