• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps DECENT python for android??

boyo1991

Android Enthusiast
i dont mind the python console, its all i need cuz its the most cross platform, no need for libraries or whatever mind you... plus i mainly just worry about the operation, not "how beautiful" it is... ive been trying to find a decent browser based one, but skulpt.org makes you type ctrl + enter in order to run the code... i could get hackers keyboard, but id really rather not.. anyone know of a GOOD python (even emulator) for android?

for pc, ive been using the standard python, along with the browser based repl.it, as i am not doing anything very processor heavy or nothing.. but it doesnt work on android either.. the layout gets all goofy...

so does anyone have any suggestions?
 
Python is very bloated in terms of a scripting language, so it hasn't really been used on Android that I am aware of, so it's probably not been ported. Best advice I can give you is to attempt to port python to Android using the linux-based source. I don't believe python uses any special "magic", so it should be fairly straitforward to do so, given the right configuration.
 
Back
Top Bottom