I want to create a simple LOCAL web app in Python.
The web server and \"back-end\" code will run on the same system (initially, Windows system) as the UI. I doubt it
chances are, you want an admin interface for basic CRUD operations on some database tables. Then Django is your best choice.