Re: Python Documentation (should be better?)
- From: Ivan Van Laningham <ivanlan@xxxxxxxxxxxx>
- Date: Wed, 11 May 2005 14:28:15 -0600
Hi All--
The Python docs are not ideal. I can never remember, for instance,
where to find string methods (not methods in the string module, but
methods with ''), but I can remember a tortured path to get me there
(yes, I know, fix my brain; easier said than done). The module index is
good, if what you're looking for is in a module. The tutorial is good.
I can usually end up where I want to be by picking up my copy of _Python
in a Nutshell_. 95% of the time I can find what I want in there or from
there. The other 5% is too new, in the _Python Cookbook_ or in a
third-party module/lib. Or it's what I'm trying to write;-)
Metta,
Ivan
----------------------------------------------
Ivan Van Laningham
God N Locomotive Works
http://www.andi-holmes.com/
http://www.foretec.com/python/workshops/1998-11/proceedings.html
Army Signal Corps: Cu Chi, Class of '70
Author: Teach Yourself Python in 24 Hours
.
- Follow-Ups:
- Re: Python Documentation (should be better?)
- From: John J. Lee
- Re: Python Documentation (should be better?)
- From: Greg Ewing
- Re: Python Documentation (should be better?)
- From: Bruno Desthuilliers
- Re: Python Documentation (should be better?)
- From: Steven Bethard
- Re: Python Documentation (should be better?)
- From: flamesrock
- Re: Python Documentation (should be better?)
- From: Sébastien Boisgérault
- Re: Python Documentation (should be better?)
- Prev by Date: Re: Python Documentation (should be better?)
- Next by Date: Re: optparse
- Previous by thread: RE: Python Documentation (should be better?)
- Next by thread: Re: Python Documentation (should be better?)
- Index(es):
Relevant Pages
|