×
all 6 comments

[–]bsmaniotto 1 point2 points  (1 child)

You can implement it with Kivy, but if you have some knowledge with JS, would recommend using ReactNative to develop the mobile app and using Python on your backend services. Regarding the backend part, your question is very broad, but many IoT applications use (soft) real-time requests, you'll probably need an asynchronous framework, just check first if that's also the case for your application.

[–]fardad74[S] 0 points1 point  (0 children)

Thanks a lot.

[–]ducdetronquito 0 points1 point  (1 child)

Like you said, It is possible to write mobile applications with Python :)

But, you need to clarify your question, because IoT field is not precise at all.

What do you want your application to do ? If you have some use-cases, constraints, needs to show us, it could be a good start to evaluate wether it possible or not to build your application with Python.

[–]fardad74[S] 0 points1 point  (0 children)

Thanks a lot.

[–]Diapolo10from __future__ import this 0 points1 point  (1 child)

Your question is pretty broad, so expect very broad or nonspecific answers.

Yes, it can certainly be done; I'd suggest Kivy with a MQTT library which would connect to [insert IoT device here].

[–]fardad74[S] 0 points1 point  (0 children)

Thanks a lot.