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
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+