Why do Pythoneers reinvent the wheel?

A.M. Kuchling amk at amk.ca
Mon Sep 12 08:40:58 EDT 2005


On Sat, 10 Sep 2005 12:35:37 -0400, 
	Mike Meyer <mwm at mired.org> wrote:
> I think the manual does need a section on how to find code other than
> the library. But where do you put it?

The tutorial's final section (http://docs.python.org/tut/node14.html) 
mentions PyPI.  A link to the ASPN cookbook should also be added; anything
else that should go in this section of the tutorial?

Similar text could be added to the introductory section of the library
reference, but I doubt that many users would see it because people probably
dive into the LibRef for a particular module instead of reading it straight
through.

--amk



More information about the Python-list mailing list