Python wrapper for C++ core

Roman Yakovenko roman.yakovenko at gmail.com
Thu Oct 19 06:58:26 EDT 2006


On 19 Oct 2006 03:10:55 -0700, Holly <holly.woodland at gmail.com> wrote:
>
> Thanks everyone for the responses - I think I have a better
> understanding now. I can handle all the messy I/O in Python and use C
> for the number crunching. I especially like the idea of using python to
> output the results to excel.
>
> OK time to learn Python i think - any tips on best place to start
> (tutorials/documentation etc). I have a pretty comprehensive background
> in C/C++/Java and a bit of experience some other scripting languages so
> its really a matter of syntax/libraries rather than programming
> theory/constructs

Be sure to check Boost.Python to create Python bindings for your project(s):
http://boost.org/libs/python/doc/tutorial/doc/html/index.html

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/



More information about the Python-list mailing list