5 Answers
+ 7
Yes, you can download QPython3 and see some examples there. The test.py demonstrates many useful applications of Python in Android.
+ 7
Here's an interesting approach (AIDE, SL4A, package downloads):
http://clusterbleep.net/blog/2012/07/31/how-to-create-an-android-app-and-apk-on-android-with-JUMP_LINK__&&__python__&&__JUMP_LINK/
+ 6
You can use kivy/buildozer to pack to .apk
This will, however, embed the whole Python and all required modules. Just so you know beforehand :)
+ 1
yeah I know that.. I was asking if you could tell me how to compile my Python scripts in 'apk' form so that I may install and run it on my android. @Kuba
0
use test.py for Android...