Python inside a C app?

Jon K Hellan hellan at acm.org
Thu Mar 2 16:52:02 EST 2000


"Charlie" <darkNOSPAMfiber at mindspring.com> writes:

> In the past I've used Tcl as an internal scripting language. Where might I
> find info about using python as an internal scripting language.

Download the Python documentation at "http://www.python.org/doc/". You
want "Extending and Embedding" for overview, and "Python/C API" for
more detail. You can also check out the tutorial at
"http://starship.python.net/crew/arcege/extwriting/pyext.html".

There's also a chapter in Mark Lutz' "Programming Python" from
O'Reilly.

Hope this helps.

Jon




More information about the Python-list mailing list