Thanks
`SPE <http://pythonide.stani.be>`_
:-)
Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
>
>
> Thanks
Emacs runs on both. So do Eclipe and a lot of other... What is best? The
one that solves your problems without getting in your way.
--
Jorge Godoy <go...@ieee.org>
"Quidquid latine dictum sit, altum sonatur."
- Qualquer coisa dita em latim soa profundo.
- Anything said in Latin sounds smart.
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 the list archives:
Pretty much any text editor will do. If you're developing
on both Linux and Windows, it's an advantage to have an
editor that you can use on both. I happen to use vim/vi
which is available pretty much wherever you go. About the
same sorta thing can be said for emacs, though I'm not a
user, so I can't comment on it. I'll grant that vi/vim has
a learning curve like a brick wall, but once you're over the
initial learning hurdle, it reaps heaps of rewards.
Check out http://www.python.org/moin/PythonEditors
Try 'em out and see what *you* like. In a pinch, there's
always ed:
http://www.gnu.org/jokes/ed.msg.html
http://www.gnu.org/software/ed/ed.html
Or edlin if you're on Dos/Win32 :) Though I think in such
an event on Dos/Win32, I'd almost rather use "copy con" as
my editor...
-tkc
Harlin Seritt
On windows, I'd have to say notepad2- kate for windows
Am I the only one using jEdit?
(really, I never see it mentioned anywhere ...)
wildemar
Has some context-sensitive help, but not much. I wonder if writing a
script to convert Python HTML docs to Javadoc format would help?
Hmmmm.... maybe I'll ask.
Harlin
I've yet to find better for developing in jython
Regards
Ian
--
Ian Parker
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 for Windows.
Cheers,
-M
- 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 far better suited for Python than the simple standard
text editors (Notepad & Co).
Maybe you prefer to have one editor that suits all your programming and
typing needs (not only Python), so you don't have to use different
editors Python, HTML, XML, config files etc. SciTe performs very well
here, and of course also Emacs...
-- Christoph
Flash Demo: http://scribes.sf.net/snippets.htm
GIF Demo: http://www.minds.may.ie/~dez/images/blog/scribes.html
http://www.artima.com/forums/flat.jsp?forum=106&thread=148389&start=0&msRange=15
http://activestate.com/Products/Komodo/?utm_source=home_page&utm_medium=banner&utm_campaign=Komodo
http://wingware.com/
Also vim, emacs, jedit or eclipse, textmate, Leo, Kate,
http://spyced.blogspot.com/2006/02/pycon-python-ide-review.html
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 project/workspace
mangement, ftp editing and class browsing etc.
You can even write Zeus macros in Python.
Jussi Jumppanen
Author of: Zeus for Windows
NOTE: Zeus is shareware
>> Can one of you say to me what's the best editor for
>> editing the python programs( for linux or windows )
---
Andrew Gwozdziewycz
apg...@gmail.com
http://ihadagreatview.org
http://and.rovir.us
The best editor is the one you like best.
I'm a vim user with taglist--I'm not fully happy with how ctags does
Python, but it's more than Good Enough.
But editors are religious, and not worth arguing about, generally.