I have a Galaxy S8 and was looking for a way to practice Python on the go. Do you have any recommendations?
Edit: Thank you all for your suggestions!
Videos
Writing python code on android - Stack Overflow
Best python IDE for android mobile phones?
I'm removing all my contributions in protest to reddit's bull-headed, hostile 3rd-party API pricing policy in June, 2023.
If you found this post through a web search, my apologies.
More on reddit.comWhat's a good python compiler for mobile?
Python/C++ Compiler for android
You could just install Termux on your Android device and install the command line compilers if you want to write python/c++ code on Android.
If you want to build your own app to compile code, well the compilers are open source so that is a starting point. The other is defining and creating the edit/run/debug features in your app.
More on reddit.comIf you want to be able to run a Python interpreter on the device, use SL4A.
http://www.github.com/damonkohler/sl4a
The best editor I've used is DroidEdit. I actually forked out the $2 for the pro version.
https://play.google.com/store/apps/details?id=com.aor.droidedit.pro&hl=en
The best offline IDE I ever use is Pydroid. I love it's feature to easy share on Pastebin.