Why is that android devs do not consider PyQT? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why is that android devs do not consider PyQT?

is there a licencing issue?

13th Apr 2017, 10:00 PM
Warrior
Warrior - avatar
4 Answers
+ 4
I think the main issue people don't like PyQT is because of GPL vs LGPL licensing. It makes it hard to make code proprietary. Also, Python is pain to package right. kivy is making break through in that direction. Again, that's what I've learned so far from Google.
14th Apr 2017, 3:33 AM
Warrior
Warrior - avatar
+ 10
It's not a licensing issue. It's more that Python is slower than Java. But I'll let the real Pythons and Coffee drinkers tell you otherwise.
14th Apr 2017, 3:28 AM
SoraKatadzuma
SoraKatadzuma - avatar
+ 8
interesting, I'll look more into it and get back to you about it.
14th Apr 2017, 3:45 AM
SoraKatadzuma
SoraKatadzuma - avatar
+ 3
Of course, at this point, there are very few languages that are faster than Java so that is definitely one reason. Python interpreter needs to be packaged in with python app is kindda bummer. I'm guessing Qt5 library also takes up quite a room. Python just not feel welcome in Android community because of all these reasons.
14th Apr 2017, 3:49 AM
Warrior
Warrior - avatar