GNU Info

Info Node: (python2.1-ext.info)Front Matter

(python2.1-ext.info)Front Matter


Next: Extending Python with C or C++ Prev: Top Up: Top
Enter node , (file) or (file)node

Front Matter
************

Copyright (C) 2001-2002 Python Software Foundation.  All rights
reserved.

Copyright (C) 2000 BeOpen.com.  All rights reserved.

Copyright (C) 1995-2000 Corporation for National Research Initiatives.
All rights reserved.

Copyright (C) 1991-1995 Stichting Mathematisch Centrum.  All rights
reserved.

See the end of this document for complete license and permissions
information.

     Python is an interpreted, object-oriented programming language.
     This document describes how to write modules in C or C++ to extend
     the Python interpreter with new modules.  Those modules can define
     new functions but also new object types and their methods.  The
     document also describes how to embed the Python interpreter in
     another application, for use as an extension language.  Finally,
     it shows how to compile and link extension modules so that they
     can be loaded dynamically (at run time) into the interpreter, if
     the underlying operating system supports this feature.

     This document assumes basic knowledge about Python.  For an
     informal introduction to the language, see the .  The  gives a more
     formal definition of the language.  The  documents the existing
     object types, functions and modules (both built-in and written in
     Python) that give the language its wide application range.

     For a detailed description of the whole Python/C API, see the
     separate .



automatically generated by info2www version 1.2.2.9