0
How can programing for Android in python???
i want help😐 if you can answer, i,ll so thank you
2 Respostas
0
please Help me
+ 2
QPython should be a good starting point app ^^
It provide an IDE and a console, Kivy (at least with basic QPython -- ie holding Python 2.7), SL4A (access to android API), and you could install modules which doesn't require compilation steps (to be compatible with android implementation)... You still can do a lot of Python programming.
QPython3 is also available (with Python3.2), even actually less updated than first one. Python3 minor version embeded is a little outaded (and cannot run a recent version of Django for example), but since no long time, a Python3.6 beta plugin is available (not tried, as I've finally workaround with Termux, a console emulator android app', able to install a lot of packages -- not as many as on desktop, obviously -- similary to Debian-Linux system -- android-termux specific repository is maintened by author, among wich Python3.6... but use of Termux/Python is a little more tricky than using QPython IDE).
Anyway: avoid attributing yourself the best answer mark ;P