Looking for an intellisense with good help IDE for Python

Chris Brat chrisBrat at gmail.com
Tue Aug 8 08:04:30 EDT 2006


I dont know if it will meet all your needs but SPE (Stani's Python
Editor) is quite cool - has code completion.

http://pythonide.stani.be


metaperl wrote:
> Hi,
>
> I would like an IDE that shows me all methods and functions I can call
> on a particular data item. For instance, iter() can be called on any
> sequence, but it is not a method.
>
> Nonetheless, I would like for something to show me every thing that I
> can call on a particular data item.
>
> This includes % after a string.
>
> I would also like browseable help with good examples on whatever
> methods and functions and operators it pops up.
> 
> Thanks,
> Terrence




More information about the Python-list mailing list