Next: Contents

Extending and Embedding the Python Interpreter

Guido van Rossum
Dept. CST, CWI, P.O. Box 94079
1090 GB Amsterdam, The Netherlands
E-mail: guido@cwi.nl

4 May 1994
Release 1.0.2

Abstract:

This document describes how to write modules in C or C++ to extend the Python interpreter. It also describes how to use Python as an `embedded' language, and how extension modules can be loaded dynamically (at run time) into the interpreter, if the operating system supports this feature.



guido@cwi.nl