Creative an interactive GUI for a web application
Posted
by
user2125844
on Stack Overflow
See other posts from Stack Overflow
or by user2125844
Published on 2014-06-04T03:22:33Z
Indexed on
2014/06/04
3:24 UTC
Read the original article
Hit count: 115
I have to create a web application (preferably using the Google App Engine) that will allow users to access it through a url link (not a Desktop application). The application graphically looks like a flow chart and each item in the chart can be selected to pull up a video (not in another window).
It is recommended that I use Python. I have never made anything for the web before. Is there a best Python GUI API I should use? I've read quite a bit about Django so far I'm not sure if it is the best fit for this or not. Does anyone have any tips for starting this project?
Thanks in advance!
© Stack Overflow or respective owner