Tuesday, 15 March 2011

Browser as GUI for user input to a python script -



Browser as GUI for user input to a python script -

is there easy way utilize chrome gui allow user input info farther processing in python. want :

the user enters info table. table 5 rows 4 columns. user info processed in jscript , weight average of each row displayed in column 5 of table. user can adjust input info based on shows in column 5 or take it. assuming user accepts data, used in python script (that written) much more detailed calculations.

the python script pretty detailed , no re-written in jscript.i can prompt user each info input prefer have simple table info can entered @ 1 time

newbie here knows html, bit of jscript , bit of python , r. not ready take on gui programming in tk, qt, gtk, kivy....etc.

what easiest way ?

you can utilize flask this.

you can create python server, , process inputs in python. here great tutorial start flask

flast tutorial

python

No comments:

Post a Comment