+ 2
Why doesn't Sololearn teach us working with graphical user interface (GUI)in python, java or anyother language.
4 odpowiedzi
+ 6
Because are so many frameworks that are intended to make GUI that is practically imposible to cover all of that
+ 5
there are many thing we don't have here yet, we hope on future updates we can have much more stuff to learn
+ 4
In the code playground, implementing even tkinter alone would be a challenge. It would have to be a heavy implementation able to work on iOS, Android and via WWW with same effect.
That's probably why...
+ 2
Also, GUI and graphics typically aren't included in strictly the language; they are added-on libraries (such as Turtle graphics or TKinter for Python); therefore, they aren't really part of the language.