0

Is it possible to use web UI languages to create interface for python program in SoloLearn?

Currently, when I want to create an interactive program in python, the run command just says some input is requred. In the program, I ask the user for the exact input e.g. Enter your age. I also saw that in the web programs that others create using html, css and javascript work nicely even with animations. I want to know if it is possible to do this, but with python doing all the work, but the other languages are just for GUI.

21st Aug 2018, 11:50 AM
Teddy Okello
Teddy Okello - avatar
3 odpowiedzi
0
In SoloLearn code playground? Probably not. Probably someone with more expensive hacker pants can figure it out, but I doubt mods will be happy with it either way.
21st Aug 2018, 12:20 PM
BlazingMagpie
BlazingMagpie - avatar
0
Is it possible outside sololearn?
21st Aug 2018, 12:21 PM
Teddy Okello
Teddy Okello - avatar
0
Yes. I'd do inter-process communication: basically run two programs that send messages to each other, one being quasi-browser that runs the web code. Maybe there is even better way to do it, but I do not know it.
21st Aug 2018, 12:24 PM
BlazingMagpie
BlazingMagpie - avatar