> I'm a newbie to Python. I wanted to write a graphical interface
> which would show the built-in documentation (I mean dir() and
> __doc__ ) of Python. The code shows how far I got before realizing
> that I had to use some self-modification feature (converting a
> string to a function or to an
Zsiros Levente wrote:
> I'm a newbie to Python. I wanted to write a graphical interface which
> would show the built-in documentation (I mean dir() and __doc__ ) of
> Python. The code shows how far I got before realizing that I had to use
> some self-modification feature (converting a string to
I'm a newbie to Python. I wanted to write a graphical interface which
would show the built-in documentation (I mean dir() and __doc__ ) of
Python. The code shows how far I got before realizing that I had to use
some self-modification feature (converting a string to a function or to
an object; i