Tagged Questions
6
votes
9answers
367 views
Recommended python library/framework for local web app?
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 matters, but the UI will be a ...