Pisth • Edidown • Pyto • Luade
Follow @develobile on Twitter for news about my projects.
Pyto is a Python 3.7 IDE for iPhone an iPad. You can run code directly on your device and offline.
Features:
- Python 3.7 with all default libraries like "sys"
- Pre-installed modules for interacting with the app
- Full Python REPL
- Use your own modules on your scripts
- Code an user interface with the same UIKit interface
- Smart code completion
- Numpy 1.16.1, Matplotlib 3.0.2 and Pandas 0.24.1 included
- Use pip to install pure Python modules from PyPi
- Add a setting to not clear the console before running a script
- Cannot select code completions from the middle
$ ./setup.sh
and build the Pyto
target from Pyto.xcworkspace
Thanks to @cclauss and @goodclass for contributions.
If you want to add a library to the app, see this.