+ 1
I know basic level python. Can i build apps with python itself or should i learn java also??
I have a couple of ideas for building android apps and i am eager to build them up. please help me.
1 ответ
+ 1
You can start with tkinter in python
Search on youtube for its tutorial. Its easy and simple, for making GUIs, not terminal applications.
Kivy is another tool, which is used if u want more modern designs. So start with tkinter.