+ 1

Can i make web application in python and make it mobile application from android studio?

i am developing web application in python with flask and i thereby decided to keep future work as mobile application ,so can i covert web application to mobile application in python ?

3rd Aug 2019, 7:57 AM
Saumil Vyas
Saumil Vyas - avatar
1 Answer
+ 1
You should be able to make mobile apps with Python using the Kivy frame work, even though the client didn't have Python installed. You should be able to use Brython as frontend language, which is Python intepreter to JavaScript, which should be supported by any browsers.
3rd Aug 2019, 12:03 PM
Seb TheS
Seb TheS - avatar