Richard Watt <rich...@familywatt.co.uk> writes:

> I've been looking at installing a Python 3 app on my phone so I can
> learn and practice my Python skills while I'm travelling by bus, train
> or plane (I have a fairly long commute so this would be ideal to pass
> the time).
>
> I've done a Google search and found an article and tutorial on Android
> Authority (linked here) that recommends QPython3, but Google Play has
> a lot of possible Python apps (I've linked the search results I got
> here), so I was wondering if anyone here has experience of any of them
> and could make a recommendation please?

You do not say whether network access is to be considered. Accessing
Python3 in Jupyter does enhance the experience. Paid accounts on
www.pythonanywhere.com offer that, I am sure that there are others. I
have no direct affiliation with them but they have provided good free
service hosting my Flask web app.


I have not tried it but the pydroid3 app provides Jupyter.

https://play.google.com/store/apps/details?id=ru.iiec.pydroid3


Termux is another powerful route to outside servers. I gather that you
can run Python3 / Jupyter on it locally too.

https://play.google.com/store/apps/details?id=com.termux
https://stackoverflow.com/questions/49837474

-- 
Pete Forman
https://payg.pythonanywhere.com

_______________________________________________
python-uk mailing list
python-uk@python.org
https://mail.python.org/mailman/listinfo/python-uk

Reply via email to