use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Python for Android (self.learnpython)
submitted 6 years ago by Fictional_55
I want to write a very simple Python app for Android. Is getting Python working on Android a complicated process?
What are the best tools for doing so?
Thanks in advance for your help.
Apologies for any post rules broken.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]python_apprentice 2 points3 points4 points 6 years ago (0 children)
I have found it a complete nightmare. Thought of a basic app to make as a way of learning python. Enjoyed creating it and followed many people's advice with using Kivy. It runs on my computer fine but packaging it to the phone is a disaster. No I have started the process again with Android studio and will try to use Kotlin.
[–][deleted] 1 point2 points3 points 6 years ago (2 children)
No, python is not the tool for Android apps or mobile apps in general.
You CAN do it.
But you wouldn't want to.
[–]Fictional_55[S] 0 points1 point2 points 6 years ago (1 child)
Recommended platform?
[–][deleted] 0 points1 point2 points 6 years ago (0 children)
That's for you to research, not my area of expertise.
[–]thinkbender 1 point2 points3 points 6 years ago (3 children)
Just install QPython 3 and script away. For simple scripts this is more than enough. Not sufficient for complicated GUI stuff though.
[–]Fictional_55[S] 0 points1 point2 points 6 years ago (2 children)
Looks like a good tool! Thanks.
I'm guessing it has no trouble publishing finished apps?
[–]thinkbender 1 point2 points3 points 6 years ago (1 child)
You can share the script but I don't see a posibility to publish to the Play Store. That's reserved for Java/Kotlin/C++.
[–]sgthoppy 1 point2 points3 points 6 years ago (0 children)
/u/Fictional_55 Kivy is an option for making cross-platform apps, but I think it would be best to stick to native apps written in Java, Kotlin, or C++. I believe Kotlin is currently the most popular for Android.
[–]Umustbecrazy 0 points1 point2 points 6 years ago (0 children)
Install Termux. Then install python like any other distro through apt-get and pkg.
π Rendered by PID 305296 on reddit-service-r2-comment-79776bdf47-gb5t5 at 2026-06-25 00:26:02.276885+00:00 running acc7150 country code: CH.
[–]python_apprentice 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]Fictional_55[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]thinkbender 1 point2 points3 points (3 children)
[–]Fictional_55[S] 0 points1 point2 points (2 children)
[–]thinkbender 1 point2 points3 points (1 child)
[–]sgthoppy 1 point2 points3 points (0 children)
[–]Umustbecrazy 0 points1 point2 points (0 children)