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?
-
1What's a good lightweight Python MVC framework?Paolo Moretti– Paolo Moretti2011-08-05 15:12:57 +00:00Commented Aug 5, 2011 at 15:12
-
There are far too many duplicates...Chris Morgan– Chris Morgan2011-08-05 15:53:45 +00:00Commented Aug 5, 2011 at 15:53
-
Does this answer your question? What's a good lightweight Python MVC framework?Dharman– Dharman ♦2021-12-03 12:59:55 +00:00Commented Dec 3, 2021 at 12:59
Add a comment
|
2 Answers
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."