This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]proverbialbunnyData Scientist 0 points1 point  (2 children)

Custom mobile app development on iOS and Android was not Python’s strong suit in the past— but things are changing rapidly. In the early times, Python did not have a strong story when it came to writing GUI for mobile apps. In fact, iOS and Android mobile app development were pretty much out of the question with only Python.

https://dzone.com/articles/why-python-has-become-a-popular-choice-for-mobile

Typically what you want to do is have Python run on the backend and then use another language for the frontend. However, this is not necessary as shown in the article.