Writing python code on android

I recently got a android tablet (nexus 7) and would like to be able to write python programs on it (not for it) without access to the internet or needing to access any other device to run the program. If somebody could suggest an app, or tell me how to set it up, it would be great. If however, someone could suggest an app that works with a different language, that would also be nice.


If you want to be able to run a Python interpreter on the device, use SL4A.

http://www.github.com/damonkohler/sl4a

The best editor I've used is DroidEdit. I actually forked out the $2 for the pro version.

https://play.google.com/store/apps/details?id=com.aor.droidedit.pro&hl=en


如果您习惯在命令行上进行Python开发/测试,您可以按照以下说明使Python在Terminal IDE中运行


There is an awesome QPython project here. You may just install the application from play market and enjoy Python coding everywhere.

链接地址: http://www.djcxy.com/p/91186.html

上一篇: 你会如何改进Dalvik? Android的虚拟机

下一篇: 在android上编写python代码