On Feb 1, 7:42 am, "[email protected]" <[email protected]> wrote: > Hi all > what IDE is the best to write python? > thanks > from Peter ([email protected])
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. -- http://mail.python.org/mailman/listinfo/python-list
