Using python and matplotlib on android

后端 未结 12 1286
时光说笑
时光说笑 2020-12-13 14:10

Is there a way to set up python 2.7.x + matplotlib on an android tablet so that you can run simple standard python code? I would like to be able to run the same scripts I ru

12条回答
  •  被撕碎了的回忆
    2020-12-13 14:21

    You could set up a cheap server (Raspberry Pi?) and create an ssh connection to it to access full python functionality through a vnc viewer android app or the shell

提交回复
热议问题