Say I have a full application written in Python. Is it feasible to convert the source code into C? If such a tool doesn't exist, why doesn't it? What are the constraints?
I ask this since I have been wondering why people use C for microcontrollers when they could write their code uber-fast in Python when prototyping and then convert the source.