Good afternoon,
I've used PythonAnywhere for a while to create very simple python apps, but nothing that connects to a database with Flask.
I've got a dataset that I've created locally using Pandas that I'd like to upload and then query using a simple form - something like this: http://www.walesonline.co.uk/lifestyle/welsh-homes/your-area-kept-up-wales-11035723
I can see the steps I've got to complete, but not how to do it in practice:
1) Upload database/flat file into pythonanywhere 2) Create form which upon submission queries the database/flatfile 3) Return the query 4) (Ideally) How do I implement this solution as something that could be embedded into a webpage?
Could anyone spare me a couple of minutes to provide some links on the various bits?