Hello.
I have an Android OS device.
I tried to study python with my Android OS device.
I couldn’t find python download on python homepage.
Is it possible to code on Android OS device?
Hello.
I have an Android OS device.
I tried to study python with my Android OS device.
I couldn’t find python download on python homepage.
Is it possible to code on Android OS device?
If I put python for android into a search engine, the second result I get is from the wiki on the Python website:
https://wiki.python.org/moin/Android
I would start with these suggestions.
I strongly recommend Termux. It gives you not only Python but the entire Linux terminal for anything development-related (e.g. SSH, git, any other programming language).
(Note: Beware not to use the termux app from Google Play Store, that version is not maintained. Follow the install instructions from github only.)
Thank you.