Click here to Skip to main content
15,900,589 members
Articles / Programming Languages / Python

Embedding Python in C++. Example using Boost Python and GTK+

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
3 Jun 2015MIT2 min read 19.8K   128   3  
In this tutorial, we will learn how to embed Python in a C++ application. In particular, we are going to see an example in which we will be able to interact with a GUI (made with GTK+).

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Spain Spain
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions