code_berzerker wrote:
> Hi i'm relatively new to Python and my C/C++ knowledge is near to
> None. Having said that I feel justified to ask stupid questions :)

Have you considered using Cython? It's almost Python, but it compiles to C
code for a Python extension module and even lets you call C functions directly
from your code.

http://cython.org/

Stefan
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to