Python on iPad
I'm teaching someone python and they only have an iPad. A quick search turned up Google Collab and Pythonista. What has your experience been using either one on iPad? Are there other options?
Pythonista is great but it hasn't been actively developed in a couple years, and I think pieces of it might be broken. But as long as you stay away from the UI-building aspect of it, it should be enough for what you need.
Google Colab is really good. I don't have an iPad, but it does work on there IIRC. It's more suited towards deep learning, but the notebooks are really good to teach python nonetheless.
Not on the iPad but I've had some success with Repl.it. It's used through the browser, and supports Python. It helps, as well, by permitting sharing of content between you and the student more directly (no need, at this stage, to figure out other code sharing mechanisms like git).
Perhaps Blink Shell + an EC2 instance or a digital ocean droplet? You also get Vim and a full linux system. This is what I do
Repl.it works great from Safari on iPad!