
-
develobile
Hi. I’m the developer of Pyto. I took example scripts from different places. Most of example scripts are from the libraries websites. For example, for Matplotlib, all examples are from here. I think Pythonista includes the same examples for Matplotlib. The UI is very different from Pythonista, but if you mean the
ui
module, it’s very similar to the iOSUIKit
API. I looked at the Pythonistaui
module while buildingpyto_ui
and tried to make something that could be ported easily. But after all,ui
andpyto_ui
are pythonic ports ofUIKit
. The only example I took from Pythonista is the Dice widget, and that is acknowledged in the doc string:""" A script to roll a dice runnable on a widget. This script was converted from Pythonista examples to work on Pyto. """
For the PyPi UI, that’s true. I changed it a bit in the last update, but I basically took the UI from Juno.
-
develobile
Pandas is included on this app. It has also newer versions of NumPy and Matplotlib. Pythonista has old versions of NumPy and Matplotlib.