Re: What's the best python web-developer's editor

2005-01-21 Thread Philippe C. Martin
>>Emacs >>For both discrete and mixed python and html code, and why? >>There's no reason to use anything else. Although I tested and will keep testing other editors/ide, I also went back to emacs and am quite happy with it. However, I sometimes use snavigator (http://sourceforge.net/projects/sou

Re: What's the best python web-developer's editor

2005-01-21 Thread Franz Steinhaeusler
On Thu, 20 Jan 2005 18:47:53 +, andy <[EMAIL PROTECTED]> wrote: >Anybody like to comment on which editor they use for python web app >development - for both discrete and mixed python and html code, and why? > I use DrPython, because: It is open source, written in python and wxPython and us

Re: What's the best python web-developer's editor

2005-01-20 Thread Paul Rubin
andy <[EMAIL PROTECTED]> writes: > Anybody like to comment on which editor they use for python web app > development - Emacs For both discrete and mixed python and html code, and why? There's no reason to use anything else. -- http://mail.python.org/mailman/listinfo/python-list

Re: What's the best python web-developer's editor

2005-01-20 Thread ionel
how about editplus ? imho it's excelent On Thu, 20 Jan 2005 18:47:53 +, andy <[EMAIL PROTECTED]> wrote: > Anybody like to comment on which editor they use for python web app > development - for both discrete and mixed python and html code, and why? > > I'm comfortable with IDLE (used it for

Re: What's the best python web-developer's editor

2005-01-20 Thread Daniel Bowett
I only use Windows and I only ever use Textpad. It gives nice syntax highlighting, indentation and you can run your script with it too. andy wrote: Anybody like to comment on which editor they use for python web app development - for both discrete and mixed python and html code, and why? I'm c

Re: What's the best python web-developer's editor

2005-01-20 Thread Jay Loden
You didn't mention platform, but I'm guessing from the mention of Screem that you're using a Linux platform.  On Linux I like kwrite and kate (both similar, kate includes some other features like a built in terminal where you can run some commands, ability to support projects, open multiple file

Re: What's the best python web-developer's editor

2005-01-20 Thread Jay Loden
You didn't mention platform, but I'm guessing from the mention of Screem that you're using a Linux platform. On Linux I like kwrite and kate (both similar, kate includes some other features like a built in terminal where you can run some commands, ability to support projects, open multiple file

Re: What's the best python web-developer's editor

2005-01-20 Thread fla liu
Try to use Eclipse + pydev On Thu, 20 Jan 2005 18:47:53 +, andy <[EMAIL PROTECTED]> wrote: > Anybody like to comment on which editor they use for python web app > development - for both discrete and mixed python and html code, and why? > > I'm comfortable with IDLE (used it for years) but o