Can python used for app development? Can anyone suggest some apps based on python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can python used for app development? Can anyone suggest some apps based on python

10th Jul 2020, 3:14 PM
Rahul P.R
2 Answers
0
Yes, but it can be quite a challange since most apps are built using Java or Kotlin in Android Studio. Lots of famous apps are made using Python, such as: Instagram, Pinterest, Uber, Spotify ... If you only want to try Android development within Python, checking the Kivy library for Python would be a good way to start. If you want to mix Python (backend) and Java, Pycharm is great!
10th Jul 2020, 3:26 PM
Miguel Encarnação
Miguel Encarnação - avatar
0
What is the type of app? Web app? Mobile app? Desktop app? Technologies may differ according to the goal. Python can be used for the back end of a web app using frameworks like Django and Flask. Pinterest is a web app that uses Python. It can be used for desktop applications as well, I believe Sublime Text is created using C++ and Python. Python is not really the best choice for mobile app development, it is possible, but it might be hard.
10th Jul 2020, 3:54 PM
Ali Abdelhady
Ali Abdelhady - avatar