Hello Everyone,
Does anyone know about an accessible Python interpreter for iOS?
I see several possibilities in the app store, but they do not seem to be free, so I want to make sure I purchase something that will be VoiceOver accessible.
Thank you!
Comments
Pythonista 3
Pythonista 3 is a great mobile IDE for Python! It is fully accessible. It is used to create and run scripts, and comes with a built-in debugger.
python 2 id
Python 2 id is a fully accessible interpreter. It is free with no inat purchises. The only downside is that it only uses python 2 and does not allow for use in other versions.
iSH
I know this topic is very old, but still.
https://iSh.app/
This is a alpine linux X86 imulator. Try this. Yes, there are small problems with the Voiceover response and with the keyboard, but it is very convenient for me to work with a remote server via python or ssh. I've been using it for three years, I like it.
apk add python3
and the rest that you need you can install. E.G. curl, wget, git, openssh, php, golang, nodejs, etc. I've even tried running web applications in python & flask and PHP. It was necessary to make a request in Safari, quickly return to iSH, wait a few seconds and return back to Safari and so on every time, since background work is not supported. But it was very funny and surprising to me.well, bork.
well, officially, not, but ISH could work but only old python.