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: source/content/pages/02-web-frameworks/0201-web-frameworks.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,12 @@ including everything in the framework with tight integration.
66
66
"[What is a web framework and how does it compare to LAMP?](http://stackoverflow.com/questions/4507506/what-is-a-web-framework-how-does-it-compare-with-lamp)"
67
67
question on Stack Overflow.
68
68
69
+
*[Frameworks](http://youtu.be/W6KCPXl6Zuc) is a really well done short video
70
+
that explains how to choose between web frameworks. The author has some
71
+
particular opinions about what should be in a framework. For the most part
72
+
I agree although I've found sessions and database ORMs to be a helpful
73
+
part of a framework when done well.
74
+
69
75
*[Django vs Flask vs Pyramid: Choosing a Python Web Framework](https://www.airpair.com/python/posts/django-flask-pyramid)
70
76
contains background information and code comparisons for similar
71
77
web applications built in these three big Python frameworks.
0 commit comments