René's URL Explorer Experiment


Title: 6. Módulos — documentación de Python - 3.14.6

Open Graph Title: 6. Módulos

Description: Si sales del intérprete de Python y vuelves a entrar, las definiciones que habías hecho (funciones y variables) se pierden. Por lo tanto, si quieres escribir un programa más o menos largo, es mejor...

Open Graph Description: Si sales del intérprete de Python y vuelves a entrar, las definiciones que habías hecho (funciones y variables) se pierden. Por lo tanto, si quieres escribir un programa más o menos largo, es mejor...

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/es/_images/social_previews/summary_tutorial_modules_a40bbae5.png
og:image:altSi sales del intérprete de Python y vuelves a entrar, las definiciones que habías hecho (funciones y variables) se pierden. Por lo tanto, si quieres escribir un programa más o menos largo, es mejor...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Tabla de contenidohttps://docs.python.org/es/3/contents.html
6. Móduloshttps://docs.python.org/es/3/tutorial/modules.html
6.1. Más sobre los móduloshttps://docs.python.org/es/3/tutorial/modules.html#more-on-modules
6.1.1. Ejecutar módulos como scriptshttps://docs.python.org/es/3/tutorial/modules.html#executing-modules-as-scripts
6.1.2. El camino de búsqueda de los móduloshttps://docs.python.org/es/3/tutorial/modules.html#the-module-search-path
6.1.3. Archivos «compilados» de Pythonhttps://docs.python.org/es/3/tutorial/modules.html#compiled-python-files
6.2. Módulos estándarhttps://docs.python.org/es/3/tutorial/modules.html#standard-modules
6.3. La función dir()https://docs.python.org/es/3/tutorial/modules.html#the-dir-function
6.4. Paqueteshttps://docs.python.org/es/3/tutorial/modules.html#packages
6.4.1. Importar * desde un paquetehttps://docs.python.org/es/3/tutorial/modules.html#importing-from-a-package
6.4.2. Referencias internas en paqueteshttps://docs.python.org/es/3/tutorial/modules.html#intra-package-references
6.4.3. Paquetes en múltiples directorioshttps://docs.python.org/es/3/tutorial/modules.html#packages-in-multiple-directories
5. Estructuras de datoshttps://docs.python.org/es/3/tutorial/datastructures.html
7. Entrada y salidahttps://docs.python.org/es/3/tutorial/inputoutput.html
Report a bughttps://docs.python.org/es/3/bugs.html
Improve this pagehttps://docs.python.org/es/3/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/tutorial/modules.rst?plain=1
Show translation sourcehttps://github.com/python/python-docs-es/blob/3.14/tutorial/modules.po?plain=1
índicehttps://docs.python.org/es/3/genindex.html
móduloshttps://docs.python.org/es/3/py-modindex.html
siguientehttps://docs.python.org/es/3/tutorial/inputoutput.html
anteriorhttps://docs.python.org/es/3/tutorial/datastructures.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/es/3/index.html
El tutorial de Pythonhttps://docs.python.org/es/3/tutorial/index.html
6. Móduloshttps://docs.python.org/es/3/tutorial/modules.html
https://docs.python.org/es/3/tutorial/modules.html#modules
namespacehttps://docs.python.org/es/3/glossary.html#term-namespace
Ámbitos y espacios de nombres en Pythonhttps://docs.python.org/es/3/tutorial/classes.html#tut-scopes
https://docs.python.org/es/3/tutorial/modules.html#more-on-modules
[1]https://docs.python.org/es/3/tutorial/modules.html#id3
importhttps://docs.python.org/es/3/reference/simple_stmts.html#import
importhttps://docs.python.org/es/3/reference/simple_stmts.html#import
fromhttps://docs.python.org/es/3/reference/simple_stmts.html#from
importlib.reload()https://docs.python.org/es/3/library/importlib.html#importlib.reload
https://docs.python.org/es/3/tutorial/modules.html#executing-modules-as-scripts
https://docs.python.org/es/3/tutorial/modules.html#the-module-search-path
sys.builtin_module_nameshttps://docs.python.org/es/3/library/sys.html#sys.builtin_module_names
sys.pathhttps://docs.python.org/es/3/library/sys.html#sys.path
PYTHONPATHhttps://docs.python.org/es/3/using/cmdline.html#envvar-PYTHONPATH
sitehttps://docs.python.org/es/3/library/site.html#module-site
La inicialización de la ruta de búsqueda de módulo de sys.pathhttps://docs.python.org/es/3/library/sys_path_init.html#sys-path-init
sys.pathhttps://docs.python.org/es/3/library/sys.html#sys.path
Módulos estándarhttps://docs.python.org/es/3/tutorial/modules.html#tut-standardmodules
https://docs.python.org/es/3/tutorial/modules.html#compiled-python-files
-Ohttps://docs.python.org/es/3/using/cmdline.html#cmdoption-O
-OOhttps://docs.python.org/es/3/using/cmdline.html#cmdoption-OO
compileallhttps://docs.python.org/es/3/library/compileall.html#module-compileall
PEP 3147https://peps.python.org/pep-3147/
https://docs.python.org/es/3/tutorial/modules.html#standard-modules
winreghttps://docs.python.org/es/3/library/winreg.html#module-winreg
syshttps://docs.python.org/es/3/library/sys.html#module-sys
PYTHONPATHhttps://docs.python.org/es/3/using/cmdline.html#envvar-PYTHONPATH
dir()https://docs.python.org/es/3/library/functions.html#dir
https://docs.python.org/es/3/tutorial/modules.html#the-dir-function
dir()https://docs.python.org/es/3/library/functions.html#dir
dir()https://docs.python.org/es/3/library/functions.html#dir
dir()https://docs.python.org/es/3/library/functions.html#dir
builtinshttps://docs.python.org/es/3/library/builtins.html#module-builtins
https://docs.python.org/es/3/tutorial/modules.html#packages
namespace packagehttps://docs.python.org/es/3/glossary.html#term-namespace-package
ImportErrorhttps://docs.python.org/es/3/library/exceptions.html#ImportError
https://docs.python.org/es/3/tutorial/modules.html#importing-from-a-package
importhttps://docs.python.org/es/3/reference/simple_stmts.html#import
importhttps://docs.python.org/es/3/reference/simple_stmts.html#import
https://docs.python.org/es/3/tutorial/modules.html#intra-package-references
https://docs.python.org/es/3/tutorial/modules.html#packages-in-multiple-directories
__path__https://docs.python.org/es/3/reference/datamodel.html#module.__path__
sequencehttps://docs.python.org/es/3/glossary.html#term-sequence
1https://docs.python.org/es/3/tutorial/modules.html#id1
Tabla de contenidohttps://docs.python.org/es/3/contents.html
6. Móduloshttps://docs.python.org/es/3/tutorial/modules.html
6.1. Más sobre los móduloshttps://docs.python.org/es/3/tutorial/modules.html#more-on-modules
6.1.1. Ejecutar módulos como scriptshttps://docs.python.org/es/3/tutorial/modules.html#executing-modules-as-scripts
6.1.2. El camino de búsqueda de los móduloshttps://docs.python.org/es/3/tutorial/modules.html#the-module-search-path
6.1.3. Archivos «compilados» de Pythonhttps://docs.python.org/es/3/tutorial/modules.html#compiled-python-files
6.2. Módulos estándarhttps://docs.python.org/es/3/tutorial/modules.html#standard-modules
6.3. La función dir()https://docs.python.org/es/3/tutorial/modules.html#the-dir-function
6.4. Paqueteshttps://docs.python.org/es/3/tutorial/modules.html#packages
6.4.1. Importar * desde un paquetehttps://docs.python.org/es/3/tutorial/modules.html#importing-from-a-package
6.4.2. Referencias internas en paqueteshttps://docs.python.org/es/3/tutorial/modules.html#intra-package-references
6.4.3. Paquetes en múltiples directorioshttps://docs.python.org/es/3/tutorial/modules.html#packages-in-multiple-directories
5. Estructuras de datoshttps://docs.python.org/es/3/tutorial/datastructures.html
7. Entrada y salidahttps://docs.python.org/es/3/tutorial/inputoutput.html
Report a bughttps://docs.python.org/es/3/bugs.html
Improve this pagehttps://docs.python.org/es/3/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/tutorial/modules.rst?plain=1
Show translation sourcehttps://github.com/python/python-docs-es/blob/3.14/tutorial/modules.po?plain=1
índicehttps://docs.python.org/es/3/genindex.html
móduloshttps://docs.python.org/es/3/py-modindex.html
siguientehttps://docs.python.org/es/3/tutorial/inputoutput.html
anteriorhttps://docs.python.org/es/3/tutorial/datastructures.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/es/3/index.html
El tutorial de Pythonhttps://docs.python.org/es/3/tutorial/index.html
6. Móduloshttps://docs.python.org/es/3/tutorial/modules.html
Derechos de autorhttps://docs.python.org/es/3/copyright.html
Historia y Licenciahttps://docs.python.org/license.html
Por favor dona.https://www.python.org/psf/donations/
Encontraste un 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.