[Tutor] Exploring the Standard Library

arsyed arsyed at gmail.com
Sun Jul 6 07:29:09 CEST 2008


This might work:

>>> import os
>>> print os.__file__
c:\devtools\Python25\lib\os.pyc

Also, you might find Doug Hellman's "Python Module Of The Week" helpful:

http://www.doughellmann.com/projects/PyMOTW/




On 7/5/08, Nathan Farrar <nathan.farrar at gmail.com> wrote:
>
>  I'd like to spend some time exploring the standard library.  I'm running
> python on Ubuntu.  How would I find the location of the modules (find /
> -name "os.py" does not yield results)?
>
> Thanks!
> Nathan
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20080706/d9a28990/attachment.htm>


More information about the Tutor mailing list