0
How do I develop mobile operating systems with Python (Android, Windows Phone, and iOS)? How do I start this? Software to use etc. My main focus is Windows Phone.
0
How do I develop mobile operating systems with Python (Android, Windows Phone, and iOS)? How do I start this? Software to use etc. My main focus is Windows Phone.
2
For Android there is the Kivy (http://kivy.org/) but as far as I know it doesn’t work for Windows Phone. If you want something to develop for multi-platform mobile take a look at http://ionicframework.com/, not python, but javascript plus Markup. In the case of Windows Phone, for now the best option is to use some languages supported by the platform . NET
Browser other questions tagged python windows-phone mobile
You are not signed in. Login or sign up in order to post.
Take a look at the Kivy, is available for Linux, Windows, OS X, Android and iOS and is free.
– stderr