Reputation: 4487
I used to create web applications with Django framework, but now I have to create only simply web GUI for python application. Can you recommend any small python web framework?
Upvotes: -1
Views: 280
Reputation: 281475
web.py is a popular choice for this sort of thing.
"web.py is a web framework for Python that is as simple as it is powerful."
Upvotes: 2