@@ -52,20 +52,6 @@ <h2>Why are web frameworks necessary?</h2>
5252years while building dynamic web applications. Frameworks make it easier
5353to reuse code for common HTTP operations and to structure your code so that
5454it is maintainable.</ p >
55- < h2 > Web frameworks learning checklist</ h2 >
56- < p > < i class ="fa fa-check-square-o "> </ i >
57- Choose a major web framework (< a href ="/django.html "> Django</ a > or
58- < a href ="/flask.html "> Flask</ a > are recommended) and stick with it.</ p >
59- < p > < i class ="fa fa-check-square-o "> </ i >
60- Work through a detailed tutorial found within the resources links on the
61- framework's page.</ p >
62- < p > < i class ="fa fa-check-square-o "> </ i >
63- Study open source examples built with your framework of choice so you can
64- take parts of those projects and reuse the code in your application.</ p >
65- < p > < i class ="fa fa-check-square-o "> </ i >
66- Build the first simple iteration of your web application then go to
67- the < a href ="/deployment.html "> deployment</ a > section to make it accessible on the
68- web.</ p >
6955< h2 > Common web framework functionality</ h2 >
7056< p > Frameworks provide functionality in their code or through extensions to
7157perform common operations required to run web applications. These common
@@ -91,6 +77,20 @@ <h2>Common web framework functionality</h2>
9177use with non-relational databases by incorporating external Python libraries.
9278There is a spectrum between minimal functionality with easy extensibility and
9379including everything in the framework with tight integration.</ p >
80+ < h2 > Web frameworks learning checklist</ h2 >
81+ < p > < i class ="fa fa-check-square-o "> </ i >
82+ Choose a major web framework (< a href ="/django.html "> Django</ a > or
83+ < a href ="/flask.html "> Flask</ a > are recommended) and stick with it.</ p >
84+ < p > < i class ="fa fa-check-square-o "> </ i >
85+ Work through a detailed tutorial found within the resources links on the
86+ framework's page.</ p >
87+ < p > < i class ="fa fa-check-square-o "> </ i >
88+ Study open source examples built with your framework of choice so you can
89+ take parts of those projects and reuse the code in your application.</ p >
90+ < p > < i class ="fa fa-check-square-o "> </ i >
91+ Build the first simple iteration of your web application then go to
92+ the < a href ="/deployment.html "> deployment</ a > section to make it accessible on the
93+ web.</ p >
9494< h2 > General web framework resources</ h2 >
9595< ul >
9696< li >
0 commit comments