Python to C converter / interpreter

c, converters, python

Solution

cython is what you are looking for http://www.cython.org/

Problem

What are various tools to convert Python scripts to C. I am mainly looking at speed of such tools/converter/interpreter. Thanks, -J

Original source

Related problems