Can python code be executed in android? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can python code be executed in android?

I'm trying to make a program for my phone but I'm not sure if it will work, can somebody help me?

3rd Mar 2017, 2:41 PM
JRE
JRE - avatar
4 Answers
+ 5
Try using Kivy (http://kivy.org), which is a Python library for making multi-touch apps on many platforms, including Android. If you meant only running some simple code on Android and not making an actual app, use QPython (http://qpython.com) or SL4A (https://github.com/damonkohler/sl4a). P.S.: as far as performance goes, I'm pretty sure it's slower than Java.
3rd Mar 2017, 3:05 PM
DefaltSimon
DefaltSimon - avatar
+ 10
Try QPython3 I think it is good ide for android, where you can run your scripts
3rd Mar 2017, 3:01 PM
WittyBit
WittyBit - avatar
+ 4
Thanks!!! @DefaltSimon, @Michael Ermishin
3rd Mar 2017, 3:06 PM
JRE
JRE - avatar
+ 3
Yep, @Michael Ermishin thanks but I meant: Can you run a code that sends an email every two hours (example). Can you run it without needing the console?
3rd Mar 2017, 3:04 PM
JRE
JRE - avatar