Forum Archive

Storing data

Involute

Is there any way to store data (<1KB) from a Pythonista script running under iOS so it's available the next time the script is run? On a PC I could store it in a file, but that's not an option under iOS. Thanks for any tips.

pulbrich

Have a look here.

Involute

Thanks much!