I’m looking for an Android python compiler that runs locally on my phone. Any suggestions are appreciated. FOSS apps preferred of course.
I’m looking for an Android python compiler that runs locally on my phone. Any suggestions are appreciated. FOSS apps preferred of course.
You’re looking for the Python interpreter as Python does not compile (unless you want to get pedantic about .pyc files). Here’s probably your best resource - https://opensource.com/article/20/8/python-android-mobile
Thanks! I’ll look into it