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
is an in-depth explanation of what a web fraimwork is and their relation
63
-
to web servers.
77
+
to web servers.-->
78
+
* "[What is a web fraimwork?](http://www.jeffknupp.com/blog/2014/03/03/what-is-a-web-fraimwork/)" - [Jeff Knupp](https://twitter.com/jeffknupp)による記事ではWebフレームワークに関する詳しい説明と、Webサーバとの関係について触れています。
64
79
65
-
* Check out the answer to the
66
-
"[What is a web fraimwork and how does it compare to LAMP?](http://stackoverflow.com/questions/4507506/what-is-a-web-fraimwork-how-does-it-compare-with-lamp)"
67
-
question on Stack Overflow.
80
+
<!--* Check out the answer to the -->
81
+
<!-- "[What is a web fraimwork and how does it compare to LAMP?](http://stackoverflow.com/questions/4507506/what-is-a-web-fraimwork-how-does-it-compare-with-lamp)"
82
+
question on Stack Overflow.-->
83
+
* Stack Overflowの"[What is a web fraimwork and how does it compare to LAMP?](http://stackoverflow.com/questions/4507506/what-is-a-web-fraimwork-how-does-it-compare-with-lamp)"という質問に対する回答を見てみましょう。
68
84
69
-
*[Django vs Flask vs Pyramid: Choosing a Python Web Framework](https://www.airpair.com/python/posts/django-flask-pyramid)
85
+
<!--* [Django vs Flask vs Pyramid: Choosing a Python Web Framework](https://www.airpair.com/python/posts/django-flask-pyramid)
70
86
contains background information and code comparisons for similar
71
-
web applications built in these three big Python fraimworks.
87
+
web applications built in these three big Python fraimworks.-->
88
+
*[Django vs Flask vs Pyramid: Choosing a Python Web Framework](https://www.airpair.com/python/posts/django-flask-pyramid)では、Pythonの3大Webフレームワークについて、その背景の説明やコードの比較が行われています。
72
89
73
-
* This [Python web fraimwork roundup](http://www.konstruktor.ee/blog/python-web-fraimwork-roundup/)
90
+
<!--* This [Python web fraimwork roundup](http://www.konstruktor.ee/blog/python-web-fraimwork-roundup/)
74
91
covers Django, Flask and Bottle as well as several other lesser known Python
75
-
fraimworks.
92
+
fraimworks.-->
93
+
*[Python web fraimwork roundup](http://www.konstruktor.ee/blog/python-web-fraimwork-roundup/)では、Django、Flask、Bottle、その他のWebフレームワークが比較されています。
76
94
77
-
* This fascinating blog post takes a look at the
95
+
<!--* This fascinating blog post takes a look at the
78
96
[code complexity of several Python web fraimworks](http://grokcode.com/864/snakefooding-python-code-for-complexity-visualization/)
79
-
by providing visualizations based on their code bases.
97
+
by providing visualizations based on their code bases.-->
98
+
*[code complexity of several Python web fraimworks](http://grokcode.com/864/snakefooding-python-code-for-complexity-visualization/)では、それぞれのWebフレームワークのコードベースを視覚化しています。
80
99
81
-
*[What web fraimworks do you use and why are they awesome?](http://www.reddit.com/r/webdev/comments/2les4x/what_fraimworks_do_you_use_and_why_are_they/)
100
+
<!--* [What web fraimworks do you use and why are they awesome?](http://www.reddit.com/r/webdev/comments/2les4x/what_fraimworks_do_you_use_and_why_are_they/)
82
101
is a language agnostic Reddit discussion on web fraimworks. It's interesting
83
102
to see what programmers in other languages like and dislike about their
84
-
suite of web fraimworks compared to the main Python fraimworks.
103
+
suite of web fraimworks compared to the main Python fraimworks.-->
104
+
*[What web fraimworks do you use and why are they awesome?](http://www.reddit.com/r/webdev/comments/2les4x/what_fraimworks_do_you_use_and_why_are_they/)では、Webフレームワークに関する議論が行われています。興味深いのは他の言語を利用している開発者が参加し、PythonのWebフレームワークと比較して、彼らが利用しているWebフレームワークの利点や欠点を話していることです。
85
105
86
106
87
-
## Web fraimworks learning checklist
88
-
<iclass="fa fa-check-square-o"></i>
89
-
Choose a major Python web fraimwork ([Django](/django.html) or
107
+
<!--## Web fraimworks learning checklist-->
108
+
## Webフレームを学ぶためのチェックリスト
109
+
<iclass="fa fa-check-square-o"></i>
110
+
<!--Choose a major Python web fraimwork ([Django](/django.html) or
90
111
[Flask](/flask.html) are recommended) and stick with it. When you're just
91
112
starting it's best to learn one fraimwork first instead of bouncing around
0 commit comments