[Tutor] Exploring the Standard Library

amingv at gmail.com amingv at gmail.com
Sat Jul 5 20:43:21 CEST 2008


The python interpreter can give you this information; just type:

import sys
for i in sys.path:
    print i

And search in the lib directories it shows.

You might also be interested in the std library reference at docs.python.org.

--
Amin Rainmaker
-------------- next part --------------
An embedded message was scrubbed...
From: Nathan Farrar <nathan.farrar at gmail.com>
Subject: [Tutor] Exploring the Standard Library
Date: Sat, 05 Jul 2008 12:23:36 -0600
Size: 5104
URL: <http://mail.python.org/pipermail/tutor/attachments/20080705/aba7be57/attachment.eml>


More information about the Tutor mailing list