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.
问问题
82629 次
5 回答
10
如果您希望能够在设备上运行 Python 解释器,请使用 SL4A。
http://www.github.com/damonkohler/sl4a
我用过的最好的编辑器是 DroidEdit。我实际上为专业版支付了 2 美元。
https://play.google.com/store/apps/details?id=com.aor.droidedit.pro&hl=en
于 2013-02-25T23:31:22.493 回答
4
我用过的最好的离线 IDE 是Pydroid。我喜欢它在 Pastebin 上轻松分享的功能。
于 2017-09-08T00:40:21.983 回答
3
如果您愿意在命令行上进行 Python 开发/测试,您可以按照这些说明在终端 IDE中运行 Python
于 2013-02-25T23:29:57.333 回答
0
最近试用了 Pydroid,Android 上最好的 IDE,自动补全和代码分析非常棒,支持很多库,比第三版还没有 pip 的 QPython3 好得多。
于 2017-11-07T04:47:58.990 回答