Best way to run scripts remotely?

I am wondering if there is a good way to run Python scripts (Unicornhat HD .py files) from my phone. I want to rig up a Pi zero with a Unicornhat HD as a sort of notification system, and would like to be able to control it from my phone. Does anyone know a good way to sort of SSH into the Pi zero with an android phone?

thanks!

I wrote some code to control a Mote kit from my phone which may be of some use to you:

If you’re looking for an Android SSH app specifically, I’m told JuiceSSH is good.

do you think that the only way to control the pi is over wifi? i was thinking a blutooth connection would be idea.

This may be relevant to your interests :D -> http://bluedot.readthedocs.io/en/latest/gettingstarted.html

Edit: And a possibly useful tutorial: http://www.stuffaboutcode.com/2017/04/bluedot-bluetooth-remote-for-raspberry.html