BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0
Python 1.6 is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement together with Python 1.6 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1012. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1012.
Copyright © 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved.
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Python es un lenguaje de programación interpretado, orientado a objetos y de alto nivel con semántica dinámica. Sus estructuras de alto nivel internas, junto con el sistema de tipos y enlace dinámico, lo hacen muy atractivo para el desarrollo rápido de aplicaciones y como lenguaje de interconexión de componentes existentes. La sintaxis simple y fácil de aprender de Python enfatiza la legibilidad, lo que reduce el coste del mantenimiento de los programas. Python ofrece soporte a módulos y paquetes, lo que favorece la modularidad y reutilización del código. El intérprete de Python y su extensa biblioteca estándar están disponibles en código fuente o ejecutable para las plataformas más relevantes y puede distribuirse libremente.
Este manual de referencia describe la sintaxis y el ``núcleo semántico'' del lenguaje. Es espartano, pero intenta ser exacto y completo. La semántica de los tipos internos de objeto no esenciales y de las funciones y módulos internos se describe en la Referencia de las bibliotecas de Python.i Si desea ver una introducción informal al lenguaje, vea la Guía de aprendizaje de Python. Hay otros dos manuales para los programadores en C o C++: Extensión y empotrado del intérprete de Python describe cómo escribir un módulo de extensión de Python. Manual de referencia de la API de Python/C describe las interfaces disponibles a los programadores en C/C++ en detalle.