File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-04-27T10:47:01Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-04-27T11:43:38Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -27,6 +27,20 @@ years while building dynamic web applications. Frameworks make it easier
2727to reuse code for common HTTP operations and to structure your code so that
2828it is maintainable.
2929
30+ ## Web frameworks checklist
31+ [ ] Choose a major web framework ([ Django] ( /django.html ) or
32+ [ Flask] ( /flask.html ) recommended) and stick with it
33+
34+ [ ] Walk through a detailed tutorial found under the resources links to
35+ understand how to create a web application with the framework
36+
37+ [ ] Study open source examples built with your framework of choice so you can
38+ take parts of those projects and use the code in your application
39+
40+ [ ] Build the first simple iteration of your web application then go to
41+ the [ deployment] ( /deployment.html ) section to make it accessible on the
42+ web
43+
3044
3145## Common web framework functionality
3246Frameworks provide functionality in their code or through extensions to
Original file line number Diff line number Diff line change @@ -52,6 +52,16 @@ <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 checklist</ h2 >
56+ < p > [ ] Choose a major web framework (< a href ="/django.html "> Django</ a > or
57+ < a href ="/flask.html "> Flask</ a > recommended) and stick with it</ p >
58+ < p > [ ] Walk through a detailed tutorial found under the resources links to
59+ understand how to create a web application with the framework</ p >
60+ < p > [ ] Study open source examples built with your framework of choice so you can
61+ take parts of those projects and use the code in your application</ p >
62+ < p > [ ] Build the first simple iteration of your web application then go to
63+ the < a href ="/deployment.html "> deployment</ a > section to make it accessible on the
64+ web</ p >
5565< h2 > Common web framework functionality</ h2 >
5666< p > Frameworks provide functionality in their code or through extensions to
5767perform common operations required to run web applications. These common
You can’t perform that action at this time.
0 commit comments