I'm trying to create an online application for a Python function I have created. In my script, I input the path of my file for the computer (input_path = '/users/user/desktop/input.txt') but I'm not sure how to go about this using Google App Engine.
I have the choice between 3 templates: Flask, Django, and Bottle. I really do believe this question is relevant for people transitioning from scripts to web-based applications. Do I need to incorporate GUI stuff from Tkinter or something?
There has to be a way to simply select a file to use for the input path in an interactive way using Python scripts.