faqts : Computers : Programming : Languages : Python : Common Problems : C/C++ Code

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 13 people (38%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

Can I use Python scripting inside a C app?
How can I use Python as an internal scripting language?

Mar 3rd, 2000 20:36
Nathan Wallace, unknown unknown, Jon K Hellan


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.