What is a python micro web framework?
Answers
Answered by
0
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than thePython Standard Library. It provides support for apps like the Google App Engine,Python Paste, and includes several templates like Cheetah and Mako.
Similar questions