0

I have made a python program which does some text processing to whatever input I give and for now run I it simply by our terminal window(cmd). But now we want to make a simple web app which takes the input from user and then my application processes it and then the result is shown to user. Something like http://textanalysisonline.com/simple-text-summarizer.

As i am new to all this any help would be appreciated. thanks

1 Answer 1

1

I suggest looking into using Django - A framework for making python (web) applications.

I would look into downloading the python IDE PyCharm as it makes Django development quite easy and then look into some tutorials on how to make Django applications.

then I would install Django and then follow the tutorials (maybe start here) for figuring out how to add your script to a Django application. Happy coding!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.