You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-frameworks.html
+18-7Lines changed: 18 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,9 @@ <h1>Web frameworks</h1>
87
87
<p>Not all web frameworks include code for all of the above
88
88
functionality. Frameworks fall somewhere between simply executing a
89
89
single use case and attempting to be everything to every developer with
90
-
increased complexity. Some frameworks take the "batteries-included" approach where
91
-
everything possible comes bundled with the framework while others have a minimal
92
-
code library that plays well with extensions.</p>
90
+
increased complexity. Some frameworks take the "batteries-included" approach
91
+
where everything possible comes bundled with the framework while others
92
+
have a minimal code library that plays well with extensions.</p>
93
93
<p>For example, the Django web application framework includes an
94
94
Object-Relational Mapping (ORM) layer that abstracts relational database
95
95
read, write, query, and delete operations. However, Django's ORM
@@ -226,12 +226,23 @@ <h3>Bottle resources</h3>
226
226
<ahref="http://www.giantflyingsaucer.com/blog/?p=3598">tutorial on getting started with Bottle</a>.</p>
227
227
<p>Here's a short code snippet for <ahref="http://myadventuresincoding.wordpress.com/2011/01/02/creating-a-rest-api-in-python-using-bottle-and-mongodb/">creating a REST API with Bottle and MongoDB</a>.</p>
228
228
<h2>Web Framework Resources</h2>
229
+
<ul>
230
+
<li>
231
+
<p>"<ahref="http://www.jeffknupp.com/blog/2014/03/03/what-is-a-web-framework/">What is a web framework?</a>"
232
+
is a in-depth explanation of what a web framework is and their relation
0 commit comments