Fruitful Registry
Home › Developer Tools
Pyto IDE icon

Pyto IDE

Python, C/C++
992 Ratings
3.7
★★★★
Age Rating
4+
Years
Language
EN
+3 More
Size
967
MB

Information

Apple ID1436650069
Bundle IDch.marcela.ada.Pyto
SellerSeller
Min iOS14.0
Min macOS11.0
Device familieswatch, iphone, ipad, ipod
Released2018-09-24
Copyright© 2018-2024 Emma Labbé
WebsiteLink ↗
Privacy policyLink ↗

Preview 3 platforms

iPhone 8 images

iPhone screenshot
iPhone screenshot
iPhone screenshot
iPhone screenshot
iPhone screenshot
iPhone screenshot
iPhone screenshot
iPhone screenshot

iPad 8 images

iPad screenshot
iPad screenshot
iPad screenshot
iPad screenshot
iPad screenshot
iPad screenshot
iPad screenshot
iPad screenshot

Apple Watch 2 images

Apple Watch screenshot
Apple Watch screenshot

What’s New Version 19.0.1

- Fixed template project with UI

Description

Pyto is an IDE for iPhone and iPad with a Python 3.10 Interpreter and all of the standard libraries plus more than 100 third party packages, as well as a C & C++ compiler and bitcode interpreter. Includes a terminal with standard UNIX commands, a code editor with code completion, support for Shortcuts, Picture in Picture, a graphical interface builder and a debugger. * Full version exclusive third party modules * - Cython, cryptography, typed_ast, cv2, _cffi_backend, kiwisolver, matplotlib, numpy, pandas, lxml, Bio, sklearn, skimage, scipy, erfa, pywt, nacl, bcrypt, statsmodels, zmq, regex, gensim, astropy, emd, wasm3, yaml * Built-in UNIX commands * - alias, awk, cat, chflags, chmod, cksum, clang, compress, cp, curl, date, diff, dig, du, egrep, env, fgrep, find, grep, gunzip, gzip, head, host, ifconfig, link, lli, llvm-link, ln, ls, md5, mkdir, mv, nc, nslookup, open, openurl, pbcopy, pbpaste, ping, printenv, pwd, readlink, rlogin, rm, rmdir, say, scp, sed, sftp, sort, ssh, ssh-keygen, stat, sum, tail, tar, tee, telnet, touch, tr, unalias, uname, uncompress, uniq, unlink, uptime, wc, whoami, whois, wol Take advantage system features with the following modules: - pyto_ui - Build an user interface - widgets - Home Screen Widgets - file_system - iOS file system - notifications - Schedule notifications - remote_notifications - Receive remote notifications - background - Run code in background - pasteboard - Clipboard access - userkeys - Save values on disk - sound - Play sounds - music - Access the Apple Music library - photos - Accessing photos and the camera - location - Access user's location - motion - Motion sensors - multipeer - Peer to peer wireless connection - apps - Open third party apps - xcallback - Interact with other apps - sf_symbols - A list of SF Symbols names - watch - Complications and static user interfaces for the Apple Watch

In-App Purchases US pricing

One-Time Purchases
3-day Trial$0.00
Upgrade to Full Version$6.99
Lite Version$7.99
Full Version$14.99

Capabilities

In-App Purchases

Accessibility

ipadiphonemacrealityDevicetvoswatch

Version history 25 versions

Build 866552176v19.0.12024-06-09 14:11:52
- Fixed template project with UI
Build 866343316v19.02024-06-03 09:20:47
- Updated for iOS/iPadOS 17 - New interface builder for PytoUI - Shell on the code editor and multiple tabs on the full screen terminal - New project templates for C/C++ extensions and standalone programs - Other new improvements to Pyto libraries - Bug fixes
Build 855102131v18.0.122023-02-21 20:19:35
Fixed an issue showing the purchase screen for people who have purchased Pyto when it was paid upfront. This was caused by the revocation of a certificate bundle within the app itself. If you have purchased it again as an In App Purchase, please request a refund to the App Store (https://support.apple.com/en-us/HT204084), this was not intended and I am very sorry for the inconvenience.
Build 851173665v18.0.112022-07-28 20:05:19
Fixed a bug with code completion on iPhone
Build 851025946v18.0.102022-07-22 15:26:57
Bug fixes
Build 850981305v18.0.92022-07-21 18:25:57
- Added a keyboard shortcut to hide suggestions: ESC or ⌘. - Added a button to hide suggestions - Bug fixes
Build 850703723v18.0.82022-07-08 19:11:33
Fixed the terminal for users without iCloud Drive
Build 850483536v18.0.72022-06-29 19:43:38
Fixed a crash
Build 850388200v18.0.62022-06-24 18:42:44
Fixed a crash when running scripts
Build 849780065v18.0.52022-06-07 23:00:05
Fixed matplotlib
Build 849704570v18.0.32022-06-03 05:19:33
Fixed cryptography
Build 849024532v18.0.22022-05-13 16:51:31
Fixed PyPI UI
Build 848823842v18.0.12022-05-05 14:48:43
- Fixed code completion problems - Fixed OpenCV missing
Build 848559814v18.02022-05-01 17:52:52
Terminal -------- The REPL and the Shell were merged into a 'Terminal' section that can run UNIX commands or the Python interpreter. These commands can also be executed with the 'subprocess' module or 'os.system'. The shell will no longer recognize Python modules unless an entry point was specified in 'setup.py' or 'setup.cfg', so modules like 'pip' will be recognized. To run other modules, use 'python -m'. Good bye to the toolbar, the input is now directly written to the console. Pressing an image will open it in full screen. Code editor ----------- On iPad, the suggestions, and now doc strings, are displayed under the cursor. Modules ------- All third party modules scripts are now included inside the app bundle and don't need to be downloaded. This makes the app's size way bigger but I think it was a bad user experience to have to download scripts again because a library was updated even if the app was also updated. 'sharing' and 'bookmarks' were merged into a 'file_system' module. File browser ------------ The file browser displays folders in a hierarchical way. There is a new template for setuptools projects. Documentation ------------- You can now download the documentation for third party libraries included with the app and build your own documentations with Sphinx. PyPI ---- There is now a complete version of pip so it should now behave like it does on any computer (with the exception of C extensions of course). That makes it possible to run 'pip install .' to install your own projects. The PyPI section of the app now displays installed modules and also available upgrades. Shortcuts --------- New shortcut: Run Command New parameters: - Working directory - sys.stdin
Build 846320537v17.1.12021-12-31 12:14:00
- Improved syntax highlighting - Bug fixes
Build 846257878v17.12021-12-30 01:22:39
- An UI for debugging scripts with breakpoints - Moved items from the editor's toolbar to a menu accessible from the top bar - The REPL now uses the same colors as the editor - Improved the module runner - Included the Python documentation in app - Bug fixes
Build 845780229v17.02021-12-24 16:04:30
- Upgraded to Python 3.10 - Dropped iOS / iPadOS 13 support - A new UI without the system file browser - Run scripts in Picture in Picture - A new UI for tracebacks - Edit any kind of text file - Better UI for finding and replacing text in the editor - Build cross platform UIs with Toga - Add files as attachments to scripts running from Shortcuts - New pasteboard APIs to work with any type of data - sys.path, sys.argv and the working directory are no longer shared between all scripts - shutil.get_terminal_size() now always returns the size of the correct terminal - Show HTML files from the editor and add Python code in a script tag - Bug fixes
Build 842947707v16.1.32021-07-05 17:35:32
Bug fixes
Build 842731311v16.1.22021-06-21 01:18:56
Bug fixes
Build 842567267v16.1.12021-06-12 16:25:13
Multiple bug fixes
Build 842149195v16.12021-05-21 18:57:58
- The performance of the console was greatly improved - Bug fixes
Build 841124429v16.0.22021-03-30 17:13:06
Bug fixes
Build 840426395v16.0.12021-02-09 23:23:59
- Bug fixes - Fixed issues with 'cryptography'
Build 840147843v16.02021-01-22 17:39:57
This update brings support for M1 Macs
Build 840026008v15.0.42021-01-16 22:25:17
- There is now a search bar in the project navigator - Fixed 'webbrowser.open_url'
3-day Trial

Price history by region

Currency
Show Columns
Search

Availability 54 of 54 storefronts

RegionLanguagePriceRatingsAvgVersion
US en-USFree9923.719.0.1
DE de-DEFree3443.719.0.1
FR fr-FRFree1653.319.0.1
AU en-AUFree1253.919.0.1
CA en-CAFree1203.619.0.1
RU ruFree1173.619.0.1
GB en-GBFree1133.419.0.1
ES es-ESFree773.919.0.1
SA en-GBFree703.619.0.1
IT itFree653.119.0.1
NL nlFree403.919.0.1
PL en-GBFree403.919.0.1
UA en-GBFree352.919.0.1
TR en-GBFree333.319.0.1
SE svFree303.019.0.1
CH de-CHFree274.119.0.1
AT de-DEFree244.019.0.1
NO en-GBFree223.919.0.1
BE en-GBFree174.419.0.1
FI en-GBFree173.519.0.1
CZ en-GBFree163.919.0.1
AE en-GBFree133.719.0.1
EG en-GBFree103.419.0.1
IL en-GBFree103.219.0.1
PT pt-PTFree94.119.0.1
DK en-GBFree83.019.0.1
GR en-GBFree74.019.0.1
NZ en-AUFree73.419.0.1
BG en-GBFree63.719.0.1
JO en-GBFree64.819.0.1
KW en-GBFree64.019.0.1
IE en-GBFree53.819.0.1
SK en-GBFree53.619.0.1
OM en-GBFree42.019.0.1
BY en-GBFree34.319.0.1
EE en-GBFree32.319.0.1
LT en-GBFree34.019.0.1
LU en-GBFree34.319.0.1
LV en-GBFree33.319.0.1
BH en-GBFree24.519.0.1
IS en-GBFree25.019.0.1
LB en-GBFree23.019.0.1
SI en-GBFree23.019.0.1
BA en-GBFree11.019.0.1
CY en-GBFree15.019.0.1
HR en-GBFree11.019.0.1
QA en-GBFree15.019.0.1
AL en-GBFree019.0.1
MD en-GBFree019.0.1
ME en-GBFree019.0.1
MK en-GBFree019.0.1
MT en-GBFree019.0.1
RS en-GBFree019.0.1
XK en-GBFree019.0.1

Change log 29 changes · US

releaseNotes updated
- Fixed template project with UI
description updated
Pyto is an IDE for iPhone and iPad with a Python 3.10 Interpreter and all of the standard libraries plus more than 100 third party packages, as well as a C & C+
subtitle updated
Python, C/C++
name updated
Pyto IDE
Version 19.0.1 released
- Fixed template project with UI
Version 19.0 released
- Updated for iOS/iPadOS 17 - New interface builder for PytoUI - Shell on the code editor and multiple tabs on the full screen terminal - New project templates for C/C++ extensions and standalone programs - Other new improvements to Pyto li
Version 18.0.12 released
Fixed an issue showing the purchase screen for people who have purchased Pyto when it was paid upfront. This was caused by the revocation of a certificate bundle within the app itself. If you have purchased it again as an In App Purchase,
Version 18.0.11 released
Fixed a bug with code completion on iPhone
Version 18.0.10 released
Bug fixes
Version 18.0.9 released
- Added a keyboard shortcut to hide suggestions: ESC or ⌘. - Added a button to hide suggestions - Bug fixes
Version 18.0.8 released
Fixed the terminal for users without iCloud Drive
Version 18.0.7 released
Fixed a crash
Version 18.0.6 released
Fixed a crash when running scripts
Version 18.0.5 released
Fixed matplotlib
Version 18.0.3 released
Fixed cryptography
Version 18.0.2 released
Fixed PyPI UI
Version 18.0.1 released
- Fixed code completion problems - Fixed OpenCV missing
Version 18.0 released
Terminal -------- The REPL and the Shell were merged into a 'Terminal' section that can run UNIX commands or the Python interpreter. These commands can also be executed with the 'subprocess' module or 'os.system'. The shell will no longer
Version 17.1.1 released
- Improved syntax highlighting - Bug fixes
Version 17.1 released
- An UI for debugging scripts with breakpoints - Moved items from the editor's toolbar to a menu accessible from the top bar - The REPL now uses the same colors as the editor - Improved the module runner - Included the Python documentation
Version 17.0 released
- Upgraded to Python 3.10 - Dropped iOS / iPadOS 13 support - A new UI without the system file browser - Run scripts in Picture in Picture - A new UI for tracebacks - Edit any kind of text file - Better UI for finding and replacing text in
Version 16.1.3 released
Bug fixes
Version 16.1.2 released
Bug fixes
Version 16.1.1 released
Multiple bug fixes
Version 16.1 released
- The performance of the console was greatly improved - Bug fixes
Version 16.0.2 released
Bug fixes
Version 16.0.1 released
- Bug fixes - Fixed issues with 'cryptography'
Version 16.0 released
This update brings support for M1 Macs
Version 15.0.4 released
- There is now a search bar in the project navigator - Fixed 'webbrowser.open_url'
expanded screenshot