why cant we use the module tkinter in any python interpreter on android....including interpreter of sololearn...how to do it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

why cant we use the module tkinter in any python interpreter on android....including interpreter of sololearn...how to do it

curious about developing a gui

5th Feb 2018, 3:14 PM
PRO
PRO - avatar
5 Answers
+ 1
Sololearn doesn't support GUIs (except HTML) and android python interpreters don't support tkinter, so you should use a PC.
5th Feb 2018, 4:31 PM
Moritz Vogel
Moritz Vogel - avatar
+ 1
is there no way to develop gui on android...ireally hate programming on pc...
5th Feb 2018, 5:12 PM
PRO
PRO - avatar
+ 1
can we develop gui on any pc python interpreter...i use jupyter notebook...can i develop gui in jupyter notebook...
5th Feb 2018, 5:29 PM
PRO
PRO - avatar
0
I don't think there is there is a way to develop GUIs on Android in any language, so you should really use a PC for programming. In my opinion it is much easier to write on a real keyboard than on a phone and a good IDE like JetBrains PyCharm can help you.
5th Feb 2018, 5:21 PM
Moritz Vogel
Moritz Vogel - avatar
0
Maybe you can, but Jupyter doesn't seem to be only a normal Python interpreter and IDE, but a scientific program like MATLAB, so it would be better to use the normal Python interpreter (python.org) and PyCharm (https://www.jetbrains.com/pycharm/) or the idle (which I wouldn't recommend).
5th Feb 2018, 5:40 PM
Moritz Vogel
Moritz Vogel - avatar