Re: [Tutor] Moving my C++ code to Python?

2010-10-17 Thread Stefan Behnel
Paul, 17.10.2010 23:29: Thank you all for your kind suggestions. It seem that cython and boost.python both look like a good suggestions; SWIG seems like a good tool, but may not meet my requirements. Quick google seems to suggest that boost.python is 7 times slower [1], however. Any thoughts ab

Re: [Tutor] Moving my C++ code to Python?

2010-10-17 Thread Sithembewena Lloyd Dube
Tis a pleasure, Paul. have no experience with Cython vs Boost.Python benchmarking, but a real world user of the latter had something to say at http://www.python.org/about/quotes/ (last review). On Sun, Oct 17, 2010 at 11:29 PM, Paul wrote: > Thank you all for your kind suggestions. It seem that

Re: [Tutor] Moving my C++ code to Python?

2010-10-17 Thread Paul
Thank you all for your kind suggestions. It seem that cython and boost.python both look like a good suggestions; SWIG seems like a good tool, but may not meet my requirements. Quick google seems to suggest that boost.python is 7 times slower [1], however. Any thoughts about speed performance betw

Re: [Tutor] Moving my C++ code to Python?

2010-10-17 Thread Sithembewena Lloyd Dube
Also have a look at Boost.Python: http://www.boost.org/doc/libs/1_44_0/libs/python/doc/index.html On Fri, Oct 15, 2010 at 11:29 PM, Paul wrote: > Hi there, > > I've been using C/C++ for many years (python, just reading about it). > > I have a software written in C/C++ but considering porting mo