android - Run python code right out of github on phone - Stack Overflow
Running Python on Android phone
[tuto] python and git on Android device
If you running iOS devices, might want to try out. https://ish.app/
More on reddit.comAndroid apps for learning Python??
Hey, I think you are trying to figure out a project to do; Here are some helpful resources:
-
/r/learnpython - Wiki
-
Five mini projects
-
Automate the Boring Stuff with Python
-
RealPython - Projects
I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github
More on reddit.comVideos
» pip install python-for-android
First: As I have seen some a bit hostile responses to questions like this here so please tell me to fuck off if I'm in wrong. :)
I want to be able to run Python programs on my Android phone. The main usage will be file management and editing of text files etc. Maybe use it to control or monitor activities on the phone. I'm not asking for anything about coding in Python, maybe except Android specific things. (I'm not familiar with coding with Python but will learn that by other means).
So in short: what to install, how to install (in short - I have not any experience in installing these kind of software on my phone) and elementary pitfalls.
(Background: have been programming professionally since 1979 and are still doing that. Mainly mainframe.)
Thomas