+ 3
guys ..from many days i m thinking that why doesnt sololearn add any kinda gui framework in code playground.who agrees with me..
why doesnt sololearn have gui support
3 Answers
+ 4
Using a library to create GUI here seems complicated. It has a series of basic problems:
1. The way in which the compiler works: the "compiler" in Sololearn seems to send the code to a server, run it there and then return the result as plain text. I do not see a way in which that mechanism is compatible with the creation of GUI
2. Compatibility between devices: Assuming that the above is resolved, it would be possible to see which library offers complete compatibility with all the devices used (Android, iOS, Windows, OS X, Linux) and what problems it may have (security and performance)
The best way to test GUI libraries is to do it locally on your machine
+ 2
Agree. Would like to see courses for pyqt or other frameworks. There are also some other useful libraries missing like scipy.
+ 1
Yoy can easily write everything in IDE with extensive GUI capabilities and then (if you wish) copy it here.