How to add python scripts to pythonista application on an IPad.
There are two methods described here.
- The easy way is to create the script on a remote computer and rename the script by removing the .py extension. IPad dose not recognize a python file. Open your IPad email program and save the file to Pythonista. Now change the python script name by adding a .py extension to the file. Pythonista now can run the script and you can move it to your script folder.
