Is there an accessible Python interpreter for iOS?

By fernanci, 16 August, 2017

Forum
iOS and iPadOS

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!

Options

Comments

By Kelly on Wednesday, August 23, 2017 - 14:52

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.

By Tristo on Tuesday, April 23, 2019 - 14:52

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.

By Alexey S on Monday, October 23, 2023 - 14:52

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.

By Pax on Monday, October 23, 2023 - 14:52

well, officially, not, but ISH could work but only old python.