Is there such a thing as a “translator” (due to the lack of a better word in my mind right now) that translates Python code directly into JVM / Dalvik bytecode?
It would be great to write Android applications in Python!
NOTE . I know about the scripting capabilities of the Android platform, but I'm looking for something that could generate a “.apk” without installing the “scripting” package ... annoying for end users.
source
share