[CentralOH] 2014-07-18 會議 Scribbles 落書/惡文?

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Mon Jul 21 13:18:07 CEST 2014


modules

jep at casual:~$ python
Python 2.7.3 (default, Sep 26 2013, 16:38:10) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import math
>>> math.pi
3.141592653589793
>>> m = math
>>> m.pi
3.141592653589793
>>> math.pi
3.141592653589793
>>> 

module search path

    1. the home directory of the program
    2. PYTHONPATH directories
    3. standard library directories
    4. the contents of any .pth files (if present)

            A .pth file has a list of directories, one per line.

Our Lady of Peace Festival July 18-19
http://olp-parish.org/organizations-and-opportunities/festival-committee
The Franciscan Brothers Minor of Ft.Wayne, Indiana


More information about the CentralOH mailing list