what IDE is the best to write python?

MattBD matthewbdaly at googlemail.com
Sun Feb 1 07:07:05 EST 2009


On Feb 1, 7:42 am, "mcheun... at hotmail.com" <mcheun... at hotmail.com>
wrote:
> Hi all
>    what IDE is the best to write python?
> thanks
> from Peter (mcheun... at hotmail.com)

I like Vim, that works really well for me when coding in Python.
Enable syntax highlighting and it's a great development environment.
It's a little tough at first but run vimtutor and you'll soon start to
get the hang of it.

IMHO, scripting languages like Python are generally better suited to
working with a text editor than an IDE.



More information about the Python-list mailing list