[Tutor] Best IDE for Python

Senthil_OR at Dell.com Senthil_OR at Dell.com
Thu Jan 25 11:04:06 CET 2007


Dick Moores wrote:
>> Hi,
>> I am using vim editor to code my project in python.Is there a good
>> IDE  where in I type the name of the class object and then dot then
>> all the attributes of the object are displayed so on.
> 
> I believe IPython does this. Check out
> <http://ipython.scipy.org/moin/>. 
> 

Vim 7.0 has the omni complete facility, which will help you complete..
--- object.<c-x><c-n>attributes.

Also, python 2.5 IDLE and (Mark Hammonds) PythonWin Editor supports
command completion.


-- 
Senthil


Capitalism is the astounding belief that the most wickedest of men will
do the most wickedest of things for the greatest good of everyone.
Keynes 


More information about the Tutor mailing list