Differences between revisions 7 and 8
Revision 7 as of 2002-07-19 12:54:41
Size: 1411
Editor: ad12-m126
Comment:
Revision 8 as of 2002-07-19 18:28:03
Size: 1845
Editor: mail
Comment: Added section about VIM
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:

=== VIM ===

VIM is an improved version of the editor "vi", one of the standard text editors on UNIX systems. It has all the features you'll ever need from an editor, and probably three times that many more that you'll never use ;-) The newer versions also include a 'vimdiff' mode that you can use to diff and merge file(s). Oh, I didn't mention it's also scriptable in Python. Get it from http://www.vim.org/

GerhardHäring

A large list of editors supporting Python can be found at http://www.python.org/editors/

TableOfContents

ConText

I use a freeware text editor called ConText (for windoze only I'm afraid) from http://www.fixedsys.com/context/.

It includes language highlighters for a lot of languages including python. It also allows customisation to execute a command using the loaded files (e.g. execute the loaded python script) then capture the output and decod the line numbers where the problem occurred.

Dave Moor

jEdit

A nice Swing based editor for many languages and Java specially. You can add additional plugins like PyUtil and Jython for your Python work. Get it from http://jedit.org

Ashish Shrestha [http://www.nyatapol.com.np Nyatapol]

Gnu Emacs

GnuEmacs is the editor of the gods (XEmacs even more so - it ships with PythonMode as a default). Does everything (almost) that you could want it to. PythonMode is very useful.

SciTE

SciTE is based on SCIntilla editor engine. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. Plug-in suport for Python API (there is script which create description of all Python API on your computer), the best syntax highlighting, work on Linux, Solaris, Win family. Get it from http://www.scintilla.org/SciTE.html

zlodi

VIM

VIM is an improved version of the editor "vi", one of the standard text editors on UNIX systems. It has all the features you'll ever need from an editor, and probably three times that many more that you'll never use ;-) The newer versions also include a 'vimdiff' mode that you can use to diff and merge file(s). Oh, I didn't mention it's also scriptable in Python. Get it from http://www.vim.org/

GerhardHäring

PythonEditors (last edited 2024-01-04 11:16:43 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.