CSC/ECE 517 Fall 2014/ch1a a7 ch: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
Web2py is a free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications written in Python.<sup><span id="1body">[[#1foot|[1]]]</span></sup>
Web2py is a free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications written in Python.<sup><span id="1body">[[#1foot|[1]]]</span></sup>
== Background ==
== Background ==
 
Web2py was originally introduced as a teaching tool to used to demonstrate ease of use and deployment. It was modeled after [http://en.wikipedia.org/wiki/Ruby_on_Rails Ruby on Rails] and [http://en.wikipedia.org/wiki/Django_(web_framework) Django], and as such focuses on rapid development and adheres to the [http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller Model View Controller] architecture pattern.
== Examples ==
== Examples ==
== Narration ==
== Narration ==
Line 11: Line 11:
== References ==
== References ==
<span id="1foot">[[#1body|1.]]</span> http://www.web2py.com/init/default/index <br>
<span id="1foot">[[#1body|1.]]</span> http://www.web2py.com/init/default/index <br>
<span id="2foot">[[#2body|2.]]</span> http://en.wikipedia.org/wiki/Web2py <br>
<span id="3foot">[[#3body|3.]]</span> http://www.web2py.com/init/default/what <br>

Revision as of 23:14, 13 September 2014

Web2py Framework

Web2py is a free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications written in Python.[1]

Background

Web2py was originally introduced as a teaching tool to used to demonstrate ease of use and deployment. It was modeled after Ruby on Rails and Django, and as such focuses on rapid development and adheres to the Model View Controller architecture pattern.

Examples

Narration

Architecture

Comparison to other Frameworks

Helpful Links

Web2py vs other frameworks

References

1. http://www.web2py.com/init/default/index
2. http://en.wikipedia.org/wiki/Web2py
3. http://www.web2py.com/init/default/what