René's URL Explorer Experiment


Title: 6. Modules — Python 3.14.2 documentation

Open Graph Title: 6. Modules

Description: If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are bett...

Open Graph Description: If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are bett...

Opengraph URL: https://docs.python.org/3/tutorial/modules.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_tutorial_modules_2da1f578.png
og:image:altIf you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are bett...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
6. Moduleshttps://docs.python.org/tutorial/modules.html
6.1. More on Moduleshttps://docs.python.org/tutorial/modules.html#more-on-modules
6.1.1. Executing modules as scriptshttps://docs.python.org/tutorial/modules.html#executing-modules-as-scripts
6.1.2. The Module Search Pathhttps://docs.python.org/tutorial/modules.html#the-module-search-path
6.1.3. “Compiled” Python fileshttps://docs.python.org/tutorial/modules.html#compiled-python-files
6.2. Standard Moduleshttps://docs.python.org/tutorial/modules.html#standard-modules
6.3. The dir() Functionhttps://docs.python.org/tutorial/modules.html#the-dir-function
6.4. Packageshttps://docs.python.org/tutorial/modules.html#packages
6.4.1. Importing * From a Packagehttps://docs.python.org/tutorial/modules.html#importing-from-a-package
6.4.2. Intra-package Referenceshttps://docs.python.org/tutorial/modules.html#intra-package-references
6.4.3. Packages in Multiple Directorieshttps://docs.python.org/tutorial/modules.html#packages-in-multiple-directories
5. Data Structureshttps://docs.python.org/tutorial/datastructures.html
7. Input and Outputhttps://docs.python.org/tutorial/inputoutput.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/tutorial/modules.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/tutorial/inputoutput.html
previoushttps://docs.python.org/tutorial/datastructures.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Tutorialhttps://docs.python.org/tutorial/index.html
6. Moduleshttps://docs.python.org/tutorial/modules.html
https://docs.python.org/tutorial/modules.html#modules
namespacehttps://docs.python.org/glossary.html#term-namespace
Python Scopes and Namespaceshttps://docs.python.org/tutorial/classes.html#tut-scopes
https://docs.python.org/tutorial/modules.html#more-on-modules
[1]https://docs.python.org/tutorial/modules.html#id3
importhttps://docs.python.org/reference/simple_stmts.html#import
importhttps://docs.python.org/reference/simple_stmts.html#import
fromhttps://docs.python.org/reference/simple_stmts.html#from
importlib.reload()https://docs.python.org/library/importlib.html#importlib.reload
https://docs.python.org/tutorial/modules.html#executing-modules-as-scripts
https://docs.python.org/tutorial/modules.html#the-module-search-path
sys.builtin_module_nameshttps://docs.python.org/library/sys.html#sys.builtin_module_names
sys.pathhttps://docs.python.org/library/sys.html#sys.path
sys.pathhttps://docs.python.org/library/sys.html#sys.path
PYTHONPATHhttps://docs.python.org/using/cmdline.html#envvar-PYTHONPATH
sitehttps://docs.python.org/library/site.html#module-site
The initialization of the sys.path module search pathhttps://docs.python.org/library/sys_path_init.html#sys-path-init
sys.pathhttps://docs.python.org/library/sys.html#sys.path
Standard Moduleshttps://docs.python.org/tutorial/modules.html#tut-standardmodules
https://docs.python.org/tutorial/modules.html#compiled-python-files
-Ohttps://docs.python.org/using/cmdline.html#cmdoption-O
-OOhttps://docs.python.org/using/cmdline.html#cmdoption-OO
compileallhttps://docs.python.org/library/compileall.html#module-compileall
PEP 3147https://peps.python.org/pep-3147/
https://docs.python.org/tutorial/modules.html#standard-modules
winreghttps://docs.python.org/library/winreg.html#module-winreg
syshttps://docs.python.org/library/sys.html#module-sys
PYTHONPATHhttps://docs.python.org/using/cmdline.html#envvar-PYTHONPATH
PYTHONPATHhttps://docs.python.org/using/cmdline.html#envvar-PYTHONPATH
dir()https://docs.python.org/library/functions.html#dir
https://docs.python.org/tutorial/modules.html#the-dir-function
dir()https://docs.python.org/library/functions.html#dir
dir()https://docs.python.org/library/functions.html#dir
dir()https://docs.python.org/library/functions.html#dir
builtinshttps://docs.python.org/library/builtins.html#module-builtins
https://docs.python.org/tutorial/modules.html#packages
namespace packagehttps://docs.python.org/glossary.html#term-namespace-package
ImportErrorhttps://docs.python.org/library/exceptions.html#ImportError
https://docs.python.org/tutorial/modules.html#importing-from-a-package
importhttps://docs.python.org/reference/simple_stmts.html#import
importhttps://docs.python.org/reference/simple_stmts.html#import
https://docs.python.org/tutorial/modules.html#intra-package-references
https://docs.python.org/tutorial/modules.html#packages-in-multiple-directories
__path__https://docs.python.org/reference/datamodel.html#module.__path__
sequencehttps://docs.python.org/glossary.html#term-sequence
1https://docs.python.org/tutorial/modules.html#id1
Table of Contentshttps://docs.python.org/contents.html
6. Moduleshttps://docs.python.org/tutorial/modules.html
6.1. More on Moduleshttps://docs.python.org/tutorial/modules.html#more-on-modules
6.1.1. Executing modules as scriptshttps://docs.python.org/tutorial/modules.html#executing-modules-as-scripts
6.1.2. The Module Search Pathhttps://docs.python.org/tutorial/modules.html#the-module-search-path
6.1.3. “Compiled” Python fileshttps://docs.python.org/tutorial/modules.html#compiled-python-files
6.2. Standard Moduleshttps://docs.python.org/tutorial/modules.html#standard-modules
6.3. The dir() Functionhttps://docs.python.org/tutorial/modules.html#the-dir-function
6.4. Packageshttps://docs.python.org/tutorial/modules.html#packages
6.4.1. Importing * From a Packagehttps://docs.python.org/tutorial/modules.html#importing-from-a-package
6.4.2. Intra-package Referenceshttps://docs.python.org/tutorial/modules.html#intra-package-references
6.4.3. Packages in Multiple Directorieshttps://docs.python.org/tutorial/modules.html#packages-in-multiple-directories
5. Data Structureshttps://docs.python.org/tutorial/datastructures.html
7. Input and Outputhttps://docs.python.org/tutorial/inputoutput.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/tutorial/modules.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/tutorial/inputoutput.html
previoushttps://docs.python.org/tutorial/datastructures.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Tutorialhttps://docs.python.org/tutorial/index.html
6. Moduleshttps://docs.python.org/tutorial/modules.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.