Tuesday, 10 September 2013

Converting a python script to a web application

Converting a python script to a web application

I have a python script written up and the output of this script is a list
. Right now I need to get it online and make it accesible to others. I
looked at Django , but then I realised that it may be kind of hard to
create the UI. Is there any simple way to create a UI in Django and map it
to an existing python script. Right now I am not using sql and things like
that. Or is there a simpler way by which I can proceed?

No comments:

Post a Comment