html - How can one create an open web interface to a Python script that accepts and returns text? -


i have python script accepts text user, interprets text , produces text response user. want create simple web interface python script accessible multiple people @ once. mean person can go website script , begin interacting script and, @ same time, person b can same. mean script running in many processes/sessions desired.

what way approach this?

maybe should try python web framework django or flask .etc make simple website offers webpage contians form input text ,and when people visit url, put text in form , submit, code can handle , return webpage show result.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -