Python is readable
Steven D'Aprano
steve+comp.lang.python at pearwood.info
Tue Mar 20 20:01:25 EDT 2012
On Tue, 20 Mar 2012 16:34:21 -0400, Nathan Rice wrote:
> I find help() to be mostly useless because of the clutter induced by
> double under methods.
I feel your pain, but perhaps I've just learned how to skim the output
without being bogged down in reading every line, or perhaps because I
mostly call it on methods rather than on the class itself, I find help()
is absolutely invaluable and would be lost without it.
--
Steven
More information about the Python-list
mailing list