Is there any free Python to C translator? for example capable to translate such lib as lib for Fast content-aware image resizing (which already depends on some C libs) to C files?
Asked
Active
Viewed 1.9k times
7
-
1@Mike: It is perfectly possible to program in a OOP fashion in C. So that is not really relevant. – Hannes Ovrén Apr 15 '10 at 07:34
-
1@kigurai, It was relevant in the original edit because it was phrased like "classes" was a language feature. – Mike Graham Apr 15 '10 at 15:17
-
Possible duplicate of [Convert Python program to C/C++ code?](http://stackoverflow.com/questions/4650243/convert-python-program-to-c-c-code) – Anderson Green Aug 14 '16 at 15:42
3 Answers
2
The fantastic PyPy project which aims to: "translate a Python-level description of the Python language itself to lower level languages", has a C backend. That is one of the lower level languages it aims to translate programs to is C.

Nate Parsons
- 14,431
- 13
- 51
- 67

Tendayi Mawushe
- 25,562
- 6
- 51
- 57