html - query python code from a web page and output back to web page -


i'm sure basic many of you. i'm new programming , have used python 2.7 create script takes in command line variables user (postcodes, cities, dates etc), searches various excel files (circa 5m records) , returns resulting query .csv file (which mail merged send letters out).

it works fine, though run command line, locally. create web page friend can use it. type in, or select drop-downs, variables, hit submit, script run on remote server , return resulting list (a) web page , (b) offer download csv.

i've been looking around try , work out various 'bits of lego' need pull take single-user command line experience multiple user web-based one. i'm more happy learning packages, not sure direction go. i've tried initial looks @ django, javascript, html, sqlite, not sure how should proceed. i'd of course re-use python code works! can point me in direction or 2 please ...?

thanks in advance


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -