Im new to python as the title states, I have been tinkering with python on and off for about a year now. I have made a few apps that run on command line, such as, a slot machine game, resume creator, and text based game.
I think I am ready for a real project.
For this project I will be gathering user input from a webpage that I will be creating, the input fields will ask the user for their name and last name and a bit of other info that they will type in. After all is typed in the user will hit a submit button and will send the user input to python. Python will have access to a word file and will create a new file that is an exact copy of the source word file, python will then take the user data and write it into specific areas of the new word document. After this, python will generate a new page with the final product and the user will be able to print it out.
I dont plan on rushing this project, I know it will take time, Im hoping this will teach me a lot about python.
What I want to know is: Would it be beneficial to use a webframework such as Flask or web.py or would the standard Python library be the solution?

