[Python-ideas] dir with a glob?

Paul Moore p.f.moore at gmail.com
Thu Jun 30 15:43:17 CEST 2011


On 30 June 2011 14:14, Sturla Molden <sturla at molden.no> wrote:
> Den 30.06.2011 14:41, skrev Joao S. O. Bueno:
>>
>> dir (gtk.Window, "set*")
>
> Yes, something like that would be conscise enough for an interactive
> session.

Sounds like what you're really after is a richer interactive
environment. Have you looked at IPython? (Disclaimer: I don't use it
myself, but I know it adds *lots* of features to make the interactive
experience better and more productive).

Paul.



More information about the Python-ideas mailing list