Mobile application development in Python

0

Is there any way to develop for mobile operating systems with Python (Android, Windows Phone and iOS)? How do I start this? Softwares to use etc. My main focus is Windows Phone.

    
asked by anonymous 01.04.2015 / 05:47

1 answer

2

For Android there is Kivy ( link ) but as far as I know it does not work for Windows Phone. If you want something to develop for multi-platform mobile take a look at link , it's not python, but rather javascript plus markup. In the case of Windows Phone, for now the best option is to use some languages supported by the .NET platform

    
12.04.2015 / 20:51