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
"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
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