what IDE is the best to write python?

Torabisu tpawley at gmail.com
Wed Feb 4 02:29:47 EST 2009


On Feb 1, 9: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 use a combination of:

1. VI/VIM
2. Eclipse with PyDev extensions
3. NetBeans with Python Module installed

When I'm working directly on development boxes, making quick changes,
I'll use VI/VIM.  When I'm only doing Python / Django backend
development and working with Subversion I'll use Eclipse.  If I'm on a
project where I need to do Java ME work and Python / Django backend
development, then I'll use NetBeans.

My recommendation is try 3 or 4 and pick one that you feel comfortable
with.

Trav (",) T



More information about the Python-list mailing list