Ask HN: Python on iPad

6 points by arunmib ↗ HN
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?

8 comments

[ 3.3 ms ] story [ 34.3 ms ] thread
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).
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.
Would it be possible to make a simple flash card app with it. Just to get something to pop up on the screen besides using the console.
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!