Is there a way to run Python on Android? -


we working on s60 version , platform has nice python api.

however, there nothing official python on android, since jython exists, there way let snake , robot work together?

one way use kivy:

open source python library rapid development of applications make use of innovative user interfaces, such multi-touch apps.

kivy runs on linux, windows, os x, android , ios. can run same [python] code on supported platforms.

kivy showcase app


Comments