Friday, February 5, 2016

Re: Python Windows + Web +Mobile application: Kivy or Django

Kivy will do desktop and mobile, but web applications are a different animal completely. Since they run on a web browser, rather than directly on the computer operating system, your ability to interact with the user's environment is very limited. Anything complex must be written in JavaScript.  There are a few Python-to-JavaScript "transpiler" projects out there which attempt to make it possible to write python code to run in a browser, but I have never heard of kivy running on one of them. I think your best bet would be to either plan on doing two implementations, or have your website be a portal to download your desktop app.

On Friday, February 5, 2016 at 8:18:13 AM UTC-7, MHK wrote:
Hi All,

I am planning to develop an application which should be mainly work with desktop and latter may be use the same desktop app to convert into web and mobile application using python. I wanted to know whether kivy will suffice for all the three platforms (desktop, web and mobile) or do I need to work on kivy for desktop and Django for web. Please suggest

Thanks

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a902b1a2-3e1e-43a5-9caf-e9cab4446b76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment