René's URL Explorer Experiment
go
Title:
6. Modules — Python v3.2.6 documentation
direct link
Domain:
docs.python.org
None
text/html; charset=utf-8
Links
:
index
https://docs.python.org/3.2/genindex.html
modules
https://docs.python.org/3.2/py-modindex.html
next
https://docs.python.org/3.2/tutorial/inputoutput.html
previous
https://docs.python.org/3.2/tutorial/datastructures.html
Python
http://www.python.org/
3.2.6 Documentation
https://docs.python.org/3.2/index.html
The Python Tutorial
https://docs.python.org/3.2/tutorial/index.html
¶
https://docs.python.org/3.2/tutorial/modules.html#modules
¶
https://docs.python.org/3.2/tutorial/modules.html#more-on-modules
[1]
https://docs.python.org/3.2/tutorial/modules.html#id2
import
https://docs.python.org/3.2/reference/simple_stmts.html#import
import
https://docs.python.org/3.2/reference/simple_stmts.html#import
imp.reload()
https://docs.python.org/3.2/library/imp.html#imp.reload
¶
https://docs.python.org/3.2/tutorial/modules.html#executing-modules-as-scripts
¶
https://docs.python.org/3.2/tutorial/modules.html#the-module-search-path
sys.path
https://docs.python.org/3.2/library/sys.html#sys.path
sys.path
https://docs.python.org/3.2/library/sys.html#sys.path
PYTHONPATH
https://docs.python.org/3.2/using/cmdline.html#envvar-PYTHONPATH
sys.path
https://docs.python.org/3.2/library/sys.html#sys.path
Standard Modules
https://docs.python.org/3.2/tutorial/modules.html#tut-standardmodules
¶
https://docs.python.org/3.2/tutorial/modules.html#compiled-python-files
-O
https://docs.python.org/3.2/using/cmdline.html#cmdoption-O
assert
https://docs.python.org/3.2/reference/simple_stmts.html#assert
-O
https://docs.python.org/3.2/using/cmdline.html#cmdoption-O
bytecode
https://docs.python.org/3.2/glossary.html#term-bytecode
-O
https://docs.python.org/3.2/using/cmdline.html#cmdoption-O
-OO
https://docs.python.org/3.2/using/cmdline.html#cmdoption-OO
-O
https://docs.python.org/3.2/using/cmdline.html#cmdoption-O
compileall
https://docs.python.org/3.2/library/compileall.html#module-compileall
-O
https://docs.python.org/3.2/using/cmdline.html#cmdoption-O
¶
https://docs.python.org/3.2/tutorial/modules.html#standard-modules
winreg
https://docs.python.org/3.2/library/winreg.html#module-winreg
sys
https://docs.python.org/3.2/library/sys.html#module-sys
PYTHONPATH
https://docs.python.org/3.2/using/cmdline.html#envvar-PYTHONPATH
PYTHONPATH
https://docs.python.org/3.2/using/cmdline.html#envvar-PYTHONPATH
dir()
https://docs.python.org/3.2/library/functions.html#dir
¶
https://docs.python.org/3.2/tutorial/modules.html#the-dir-function
dir()
https://docs.python.org/3.2/library/functions.html#dir
dir()
https://docs.python.org/3.2/library/functions.html#dir
dir()
https://docs.python.org/3.2/library/functions.html#dir
builtins
https://docs.python.org/3.2/library/builtins.html#module-builtins
¶
https://docs.python.org/3.2/tutorial/modules.html#packages
ImportError
https://docs.python.org/3.2/library/exceptions.html#ImportError
¶
https://docs.python.org/3.2/tutorial/modules.html#importing-from-a-package
import
https://docs.python.org/3.2/reference/simple_stmts.html#import
import
https://docs.python.org/3.2/reference/simple_stmts.html#import
¶
https://docs.python.org/3.2/tutorial/modules.html#intra-package-references
¶
https://docs.python.org/3.2/tutorial/modules.html#packages-in-multiple-directories
[1]
https://docs.python.org/3.2/tutorial/modules.html#id1
Table Of Contents
https://docs.python.org/3.2/contents.html
6. Modules
https://docs.python.org/3.2/tutorial/modules.html
6.1. More on Modules
https://docs.python.org/3.2/tutorial/modules.html#more-on-modules
6.1.1. Executing modules as scripts
https://docs.python.org/3.2/tutorial/modules.html#executing-modules-as-scripts
6.1.2. The Module Search Path
https://docs.python.org/3.2/tutorial/modules.html#the-module-search-path
6.1.3. “Compiled” Python files
https://docs.python.org/3.2/tutorial/modules.html#compiled-python-files
6.2. Standard Modules
https://docs.python.org/3.2/tutorial/modules.html#standard-modules
6.3. The dir() Function
https://docs.python.org/3.2/tutorial/modules.html#the-dir-function
6.4. Packages
https://docs.python.org/3.2/tutorial/modules.html#packages
6.4.1. Importing * From a Package
https://docs.python.org/3.2/tutorial/modules.html#importing-from-a-package
6.4.2. Intra-package References
https://docs.python.org/3.2/tutorial/modules.html#intra-package-references
6.4.3. Packages in Multiple Directories
https://docs.python.org/3.2/tutorial/modules.html#packages-in-multiple-directories
5. Data Structures
https://docs.python.org/3.2/tutorial/datastructures.html
7. Input and Output
https://docs.python.org/3.2/tutorial/inputoutput.html
Report a Bug
https://docs.python.org/3.2/bugs.html
Show Source
https://docs.python.org/3.2/_sources/tutorial/modules.txt
index
https://docs.python.org/3.2/genindex.html
modules
https://docs.python.org/3.2/py-modindex.html
next
https://docs.python.org/3.2/tutorial/inputoutput.html
previous
https://docs.python.org/3.2/tutorial/datastructures.html
Python
http://www.python.org/
3.2.6 Documentation
https://docs.python.org/3.2/index.html
The Python Tutorial
https://docs.python.org/3.2/tutorial/index.html
Copyright
https://docs.python.org/3.2/copyright.html
Please donate.
http://www.python.org/psf/donations/
Found a bug
https://docs.python.org/3.2/bugs.html
Sphinx
http://sphinx.pocoo.org/
URLs of
crawlers that visited me
.