Python code translation to JVM
Posted
by
jldupont
on Stack Overflow
See other posts from Stack Overflow
or by jldupont
Published on 2011-01-13T18:31:23Z
Indexed on
2011/01/13
18:53 UTC
Read the original article
Hit count: 392
Is there such a thing as a "translator" (for lack of a better word in my mind now) that translates Python code directly to JVM / Dalvik bytecode?
Would be great for writing Android applications in Python!
NOTE: I know about the scripting capabilities of the Android platform but I am looking for something that would generate a '.apk' without having to install the 'scripting' package... annoying for end-users.
© Stack Overflow or respective owner