Re: What's The Best Editor for python

2006-03-26 Thread Charles Krug
On 2006-03-26, Andrew Gwozdziewycz <[EMAIL PROTECTED]> wrote: > If you want something that won't get in your way, you should really > use /bin/ed. It's probably simpler to use then searching the archives. > /bin/ed will also run in cygwin for windows. > >>> Can one of you say to me what's the bes

Re: What's The Best Editor for python

2006-03-26 Thread [EMAIL PROTECTED]
For myself, I use kdevelop, KDE's development environment, it handles a multitude of languages very well, and python is one of them. It has solid project management, and a slew of other features. If you are looking for something solid, I would go with kdevelop. -- http://mail.python.org/mailman

Re: What's The Best Editor for python

2006-03-25 Thread Patrick Stinson
emacs google: python-mode - Original Message - From: [EMAIL PROTECTED] Date: Saturday, March 25, 2006 6:10 pm Subject: Re: What's The Best Editor for python To: python-list@python.org > > Can one of you say to me what's the best editor for > > editing the python

Re: What's The Best Editor for python

2006-03-25 Thread Andrew Gwozdziewycz
If you want something that won't get in your way, you should really use /bin/ed. It's probably simpler to use then searching the archives. /bin/ed will also run in cygwin for windows. >> Can one of you say to me what's the best editor for >> editing the python programs( for linux or windows ) -

Re: What's The Best Editor for python

2006-03-25 Thread jussij
> Can one of you say to me what's the best editor for > editing the python programs( for linux or windows ) The Zeus for Windows IDE has support for Python: http://www.zeusedit.com/python.html It does Python code folding, smart indenting and syntax highlighting. It also has features like proj

Re: What's The Best Editor for python

2006-03-25 Thread gene tani
gene tani wrote: > Christoph Zwerschke wrote: > > Just because nobody has mentioned them so far: > > http://spyced.blogspot.com/2006/02/pycon-python-ide-review.html -- http://mail.python.org/mailman/listinfo/python-list

Re: What's The Best Editor for python

2006-03-25 Thread gene tani
Christoph Zwerschke wrote: > Just because nobody has mentioned them so far: > > - SciTe is a perfect editor for Pyhton on Win and Linx > - PyScripter is a wonderful IDE (but only on Win) > - DrPython is a nice platform independent editor/mini-IDE > http://www.artima.com/forums/flat.jsp?forum=106

Re: What's The Best Editor for python

2006-03-25 Thread Mystilleef
Scribes http://scribes.sf.net/ Flash Demo: http://scribes.sf.net/snippets.htm GIF Demo: http://www.minds.may.ie/~dez/images/blog/scribes.html -- http://mail.python.org/mailman/listinfo/python-list

Re: What's The Best Editor for python

2006-03-24 Thread Christoph Zwerschke
Just because nobody has mentioned them so far: - SciTe is a perfect editor for Pyhton on Win and Linx - PyScripter is a wonderful IDE (but only on Win) - DrPython is a nice platform independent editor/mini-IDE There is no one editor that could be called the best one, but there are many which are

Re: What's The Best Editor for python

2006-03-24 Thread Miguel E.
PythonStudent wrote: > Hi, > Can one of you say to me what's the best editor for editing the python > programs ( for linux or windows ) What may be "best" for me, may not necessarily work for you nor anybody else. Personally, I like to use Kate, Pico, or Joe on Linux, and Notepad2 or IDLE editor

Re: What's The Best Editor for python

2006-03-24 Thread Ian Parker
In message <[EMAIL PROTECTED]>, flamesrock <[EMAIL PROTECTED]> writes >I agree, Kate is a great linux editor! > >On windows, I'd have to say notepad2- kate for windows > Well, Notepad might be a bare-bones. I enjoy using UltraEdit, though not UEStudio (the IDE version). You can include a "wordf

Re: What's The Best Editor for python

2006-03-24 Thread Azolex
Wildemar Wildenburger wrote: > just to bloat this thread some more: > > Am I the only one using jEdit? I've yet to find better for developing in jython -- http://mail.python.org/mailman/listinfo/python-list

Re: What's The Best Editor for python

2006-03-24 Thread Harlin Seritt
Was actually going to throw in jEdit for the category of what's good on both platforms... For someone who despises Java, I actually like it. :-) Harlin -- http://mail.python.org/mailman/listinfo/python-list

Re: What's The Best Editor for python

2006-03-24 Thread jlowery
Been using PyDev plugin for Eclipse for a week now... works pretty good, and integrates well with PyLint. Has some context-sensitive help, but not much. I wonder if writing a script to convert Python HTML docs to Javadoc format would help? H maybe I'll ask. -- http://mail.python.org/mail

Re: What's The Best Editor for python

2006-03-24 Thread Wildemar Wildenburger
just to bloat this thread some more: Am I the only one using jEdit? (really, I never see it mentioned anywhere ...) wildemar -- http://mail.python.org/mailman/listinfo/python-list

Re: What's The Best Editor for python

2006-03-24 Thread flamesrock
I agree, Kate is a great linux editor! On windows, I'd have to say notepad2- kate for windows -- http://mail.python.org/mailman/listinfo/python-list

Re: What's The Best Editor for python

2006-03-24 Thread Harlin Seritt
Food for thought... I admit it would be best if you could use the same editor for both *nix and Windows -- in that case, I'd say Scite would be best as it is almost identical in both environments. However, my own personal favorites are: Crimson Editor for Windows and Kate for Linux. Yes, I know...

Re: What's The Best Editor for python

2006-03-24 Thread tjerk
PythonStudent wrote: > Hi, > Can one of you say to me what's the best editor for editing the python > programs ( for linux or windows ), and if you can send it to me to the > adresse [EMAIL PROTECTED] > > > > Why don“t you try the editor wich comes with Pythoncard. Or Notepad++

Re: What's The Best Editor for python

2006-03-24 Thread Sebastjan Trepca
http://www.pspad.com/en/It supports Python plugins! :)Sebastjanhttp://www.trepca.si/blog On 24 Mar 2006 08:50:15 -0800, Fuzzyman <[EMAIL PROTECTED]> wrote:> > PythonStudent wrote:> > Hi,> > Can one of you say to me what's the best editor for editing the python > > programs ( for linux or windows ),

Re: What's The Best Editor for python

2006-03-24 Thread Jorge Godoy
"PythonStudent" <[EMAIL PROTECTED]> writes: > Can one of you say to me what's the best editor for editing the python > programs ( for linux or windows ), and if you can send it to me to the > adresse [EMAIL PROTECTED] Emacs runs on both. So do Eclipe and a lot of other... What is best? The one

Re: What's The Best Editor for python

2006-03-24 Thread Tim Chase
> Can one of you say to me what's the best editor for > editing the python programs ( for linux or windows ), and > if you can send it to me to the adresse Hmmm...it's been almost a week since this topic came up on the list. Good to see the topic is undead :) For plenty of reading, check out t

Re: What's The Best Editor for python

2006-03-24 Thread Fuzzyman
PythonStudent wrote: > Hi, > Can one of you say to me what's the best editor for editing the python > programs ( for linux or windows ), and if you can send it to me to the > adresse [EMAIL PROTECTED] > `SPE `_ :-) Fuzzyman http://www.voidspace.org.uk/python/index.sht

What's The Best Editor for python

2006-03-24 Thread PythonStudent
Hi, Can one of you say to me what's the best editor for editing the python programs ( for linux or windows ), and if you can send it to me to the adresse [EMAIL PROTECTED] Thanks -- http://mail.python.org/mailman/listinfo/python-list