qapko Messages: 55 Registered: October 2007 Location: Slovakia
Member
Hi,
I'm using Python as embedded language for U++ projects and it's great! In U++/C++ I do only GUI and routines that must be optimized for speed. Configuration files and possibly all routines of the function engine of the application are in Python - application is thus configurable and modifiable in Pythonic way, which is simply enjoying. If you are interested in embedding Python in C++ you may look for PyCXX or some other project for wrapping Python API to objects/methods in C++.
Also please look for the difference between range and xrange in Python 2.6. The things are not that bad at all when you know what you are doing