Skip to content

Python IDE for iOS with NumPy, Matplotlib, Pandas, SciPy and SciKit-Learn

License

Notifications You must be signed in to change notification settings

ColdGrub1384/Pyto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PisthEdidownPytoLuade

Follow @develobile on Twitter for news about my projects.

Icon

Pyto

Download on the App Store

screenshots

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

TODO

  • Add a setting to not clear the console before running a script

Known bugs

  • Cannot select code completions from the middle

Building

$ ./setup.sh and build the Pyto target from Pyto.xcworkspace

Contributing

Thanks to @cclauss and @goodclass for contributions.

If you want to add a library to the app, see this.