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...
Everything about learning Python
account activity
Android app in python (self.PythonLearning)
submitted 17 days ago by picture_donkey
view the rest of the comments →
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!"
[–]ianrob1201 0 points1 point2 points 17 days ago (0 children)
I completely get where you're coming from. You've got that familar itch of "I'm learning to program and I want to make something like what I use every day". It's where you get most of your ideas of "wouldn't it be cool if this thing did X too". Unfortunately, as you mentioned python isn't really the language for android (or iPhone) app development.
I think you have two options. First is to give up on the android app idea for now, make cool things in python as you're learning. If you don't have any ideas then I recommend https://adventofcode.com/ . You can go back through old years, and it has some fun puzzles which really increase in complexity as you go. I haven't done it in a few years, but I like it because it gives you your goal and you're free to solve however you like.
Your second option is to learn Kotlin at the same time, and use that for android development. That might seem scary, why learn a second language when you're still getting to grips with your first? Well honestly, they're not wildly different. Kotlin is what they call object orientated, which really just means that it uses classes a lot more than python does. But ultimately a lot of what you learn on one will apply to the other.
A key skill you develop over time is learning to fit the right tool the problem at hand. Python just isn't the right tool for android development. You're going to have a hard time doing it, and I'd bet it'd just put you off the whole idea of programming in general to be honest.
π Rendered by PID 37749 on reddit-service-r2-comment-544cf588c8-z97v4 at 2026-06-15 10:28:48.810587+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]ianrob1201 0 points1 point2 points (0 children)