Looking for an intellisense with good help IDE for Python

Fabio Zadrozny fabiofz at gmail.com
Tue Aug 8 09:36:19 EDT 2006


On 8 Aug 2006 00:36:30 -0700, metaperl <metaperl at gmail.com> 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
>
>
Have you checked pydev: http://pydev.sf.net

Cheers,

Fabio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060808/efa69eb6/attachment.html>


More information about the Python-list mailing list