Thread: Python weds C++
View Single Post
Old Jan 14th, 2007, 3:48 PM   #2
niteice
Programmer
 
niteice's Avatar
 
Join Date: Aug 2005
Posts: 98
Rep Power: 4 niteice is on a distinguished road
Send a message via AIM to niteice
Boost.Python and SWIG are usually used to automate embedding Python in an application. Both have very good documentation.

But if you're feeling rather masochistic, you can always use the raw API.
niteice is offline   Reply With Quote