Re: Translate Cpp into python code

2006-04-18 Thread Fulvio
Alle 21:36, lunedì 17 aprile 2006, Ravi Teja ha scritto: > If you are looking for ways to access C++ code in Python, there are > several (Boost, SIP, CXX, SWIG, Weave etc). This way I knew about it. > People usually convert higher level languages to lower level > languages for performance

Re: Translate Cpp into python code

2006-04-17 Thread Ravi Teja
If you are looking for ways to access C++ code in Python, there are several (Boost, SIP, CXX, SWIG, Weave etc). Unless your needs are somehow unique, this is the preferred approach. People usually convert higher level languages to lower level languages for performance (For example Python to C+