Re: [Tutor] Tutor Digest, Vol 53, Issue 18

2008-07-06 Thread Tony Cappellini
Message: 7 Date: Sat, 05 Jul 2008 12:23:36 -0600 From: Nathan Farrar <[EMAIL PROTECTED]> Subject: [Tutor] Exploring the Standard Library To: Python Tutor Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" >>I'd like to spend some time exploring the standard library. This

Re: [Tutor] Tutor Digest, Vol 53, Issue 18

2008-07-05 Thread Alan Gauld
"kinuthiA muchanE" <[EMAIL PROTECTED]> wrote python on Ubuntu. How would I find the location of the modules (find / -name "os.py" does not yield results)? Not all modules are implemented as .py files. Some are compiled C libraries. Thus searching for .py will not find all Python modules. A

Re: [Tutor] Tutor Digest, Vol 53, Issue 18

2008-07-05 Thread kinuthiA muchanE
On Sat, 2008-07-05 at 20:23 +0200, [EMAIL PROTECTED] wrote: > Message: 7 > Date: Sat, 05 Jul 2008 12:23:36 -0600 > From: Nathan Farrar <[EMAIL PROTECTED]> > Subject: [Tutor] Exploring the Standard Library > To: Python Tutor > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us