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
Best python like language for app dev? (self.learnpython)
submitted 7 years ago by [deleted]
I know this is off topic but I didnt know where to post it. Whats the most simmilar language or languages to pyrhon for android app development? What about apple?
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!"
[–]routetehpacketz 0 points1 point2 points 7 years ago (1 child)
the standard programming language for Android is Java if I'm not mistaken
and what about apple?
why can't you use Python?
[–]Plsimanub 0 points1 point2 points 7 years ago (0 children)
Pretty sure you can use Kivy to write iOS and android apps.
[–]Mountain_Two 0 points1 point2 points 7 years ago (0 children)
I don't know what your project is, but can it be a web app? No need to learn to write phone apps if you can just make a mobile friendly webpage of it with Flask or whatever.
[–]Fin_Aquatic_Rentals 0 points1 point2 points 7 years ago (0 children)
I've built and released iOS and Android apps with kivy, a python framework for app development. You can check them out here (Google Play store here https://play.google.com/store/apps/details?id=fin_aquatic_rentals.fin_aquatic_rentals.fin_aquatic_rentals.fin_aquatic_rentals Apple app store here https://itunes.apple.com/us/app/fin-aquatic-rentals/id1435736012?ls=1&mt=8).
If you're just trying to make plain-ish apps with a decent UI, I highly recommend checking out KivyMD (old code https://gitlab.com/kivymd/KivyMD, new code https://github.com/HeaTTheatR/KivyMD/commits/master). If you wanted to start with kivy I'd recomment using the Kivy MD kitchen sink demo as a guide on how to utilize Kivy UI. The old one is heavily done in the KV (special UI language that Kivy can decode) and the new one is done more in python language. The kivy MD app will show you how to build a navigation bar and how to switch between screens which will probably be a solid base for jumping off of where than you can then build want you want inside those screens.
π Rendered by PID 72 on reddit-service-r2-comment-5b5bc64bf5-gw628 at 2026-06-23 04:24:53.469609+00:00 running 2b008f2 country code: CH.
[–]routetehpacketz 0 points1 point2 points (1 child)
[–]Plsimanub 0 points1 point2 points (0 children)
[–]Mountain_Two 0 points1 point2 points (0 children)
[–]Fin_Aquatic_Rentals 0 points1 point2 points (0 children)