what editor do you use?

AdSR artur_spruce at yahoo.com
Sun Jun 27 15:00:10 EDT 2004


Sticks <barton_finkle at hotmail.com> wrote:
> i'm new to python and i was wondering what editors people prefer to use 
> and why.

I mostly use jEdit. Good points:

- single window (as opposed to IDLE)
- Console plugin
- great search & replace

Weaknesses:

- syntax highliting fooled by some raw strings (like r"\one_backslash")
- multi-line comment-out is ugly

IDLE is my second editor of choice. Good points:

- interactive shell
- data inspect after run (in the shell)
- correct syntax highliting
- good (visible) multi-line comment-out
- at least partial code completion

Weaknesses:

- separate window for each module

HTH,

AdSR



More information about the Python-list mailing list