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 f�cil de aprender y potente. Tiene eficaces estructuras de datos de alto nivel y una soluci�n de programaci�n orientada a objetos simple pero eficaz. La elegante sintaxis de Python, su gesti�n de tipos din�mica y su naturaleza interpretada hacen de �l el lenguaje ideal para guiones (scripts) y desarrollo r�pido de aplicaciones, en muchas �reas y en la mayor�a de las plataformas.
El int�rprete de Python y la extensa biblioteca est�ndar est�n disponible libremente, en forma de fuentes o ejecutables, para las plataformas m�s importantes en la sede web de Python, http://www.python.org, y se pueden distribuir libremente.
La misma sede contiene tambi�n distribuciones y direcciones de muchos m�dulos, programas y herramientas Python de terceras partes, adem�s de documentaci�n adicional.
Es f�cil ampliar el int�rprete Python con nuevas funciones y tipos de datos implementados en C y C++ (u otros lenguajes a los que se pueda acceder desde C). Python es tambi�n adecuado como lenguaje de extensi�n para aplicaciones adaptables al usuario. Esta gu�a presenta informalmente al lector los conceptos y caracter�sticas b�sicos del lenguaje y sistema Python. Es conveniente tener a mano un int�rprete para hacer experimentos, pero todos los ejemplos son autosuficientes, as� que la gu�a se puede leer sin estar conectado.
Para obtener descripciones de m�dulos y objetos est�ndar, consulta el documento Referencia de las bibliotecas. El Manual de Referencia de Python ofrece una definici�n m�s formal del lenguaje. Para escribir extensiones en C o C++, lee los manuales de Extensi�n e incrustaci�n y Referencia de la API Python/C. Existen tambi�n diversos libros que tratan Python con detalle. Esta gu�a no intenta ser exhaustiva ni agotar cada capacidad de Python, ni siquiera las m�s com�nmente utilizadas. En lugar de esto, introduce muchas de las capacidades que caracterizan Python y proporciona una idea clara del estilo y sabor del lenguaje. Tras su lectura, el lector ser� capaz de leer y escribir m�dulos y programas en Python y estar� preparado para aprender m�s sobre los diversos m�dulos de biblioteca Python descritos en la Referencia de las bibliotecas.