Pyto Versions Save

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

10.0

5 years ago
  • Debug scripts with pdb and set breakpoints
  • Added Pandas
  • Updated NumPy to 1.16.1
  • Added a setting for tabs

9.0

5 years ago
  • You can now run scripts from the Notification Center
  • Matplotlib figures are now shown in the console (that also fixes some crashes)
  • Auto indentation on the editor
  • Search bar on the editor
  • Errors are now shown in red
  • Stopping a script raises now SystemExit and ^C raises KeyboardInterrupt so it can be handled
  • Bug fixes

7.0b1

5 years ago
  • Browse objects in your scripts with an object inspector
  • API changes: Words in functions are now separated by an underscore instead of being separated by an uppercase character.
  • Basic code completion on REPL
  • Improved code completion
  • Code between multiline comments is now highlighted correctly
  • Auto save scripts
  • Insert two spaces quickly with a button
  • Bug fixes

6.0

5 years ago
  • Choose between multiple themes
  • Preview and edit Markdown files
  • Scripts can now import "wsgiref"

5.0

5 years ago
  • New design
  • Smarter code completion
  • Pass arguments to scripts
  • Numpy 1.14.6
  • Install pure Python modules from PyPi with pip
  • You can now stop running scripts. Also, "sys.exit" or "raise SystemExit" now only stops the currently running script and not the entire app (except in the REPL).

5.0-beta.1

5 years ago
  • New design
  • Smarter code completion
  • Numpy 1.14.6
  • Install pure Python modules from PyPi with pip.
  • You can now stop running scripts. Also, "sys.exit" or "raise SystemExit" now only stops the currently running script and not the entire app (except in the REPL).

4.0

5 years ago

3.0

5 years ago

1.1

5 years ago
  • You can now import packages and modules from the Documents directory
  • Fixed crashes after interacting with alerts and the file picker.