Web2py is an open-source web application framework written in the Python programming language.
| FactSnippet No. 1,568,411 |
Web2py is an open-source web application framework written in the Python programming language.
| FactSnippet No. 1,568,411 |
Web2py allows web developers to program dynamic web content using Python.
| FactSnippet No. 1,568,412 |
Web2py was originally designed as a teaching tool with emphasis on ease of use and deployment.
| FactSnippet No. 1,568,413 |
Web2py is a full-stack framework in that it has built-in components for all major functions, including:.
| FactSnippet No. 1,568,414 |
Web2py uses the WSGI protocol, the Python-oriented protocol for communication between web server and web applications.
| FactSnippet No. 1,568,415 |
Web2py includes pure Python-based template language, with no indentation requirements and a server-side Document Object Model.
| FactSnippet No. 1,568,416 |
Web2py can compile web applications for distribution in bytecode compiled form, without source code.
| FactSnippet No. 1,568,417 |
Unlike frameworks that use specialized template languages for their views, Web2py can compile the view code into bytecode, since it is pure Python code.
| FactSnippet No. 1,568,418 |
Web2py is unique in the world of Python web frameworks because models and controllers are executed, not imported.
| FactSnippet No. 1,568,419 |
Web2py code is released under GNU Lesser General Public License version 3 as of web2py version 1.
| FactSnippet No. 1,568,420 |