pythonweb-frameworks

Minimalistic python web framework


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?


Solution

  • 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."