File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
source/content/pages/08-web-frameworks Expand file tree Collapse file tree 3 files changed +17
-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-23T08:02: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-23T08:12:31Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -181,6 +181,15 @@ <h2>Flask resources</h2>
181181< p > The Tuts+ < a href ="http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822 "> Flask tutorial</ a >
182182 is another great walkthrough for getting started with the framework.</ p >
183183</ li >
184+ < li >
185+ < p > < a href ="http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/ "> Flask by Example: Part 1</ a >
186+ shows the basic first steps for setting up a Flask project.</ p >
187+ </ li >
188+ </ ul >
189+ < h2 > Flask projects</ h2 >
190+ < ul >
191+ < li > < a href ="https://github.com/JackStouffer/Flask-Foundation "> Flask Foundation</ a > is a
192+ starting point for new Flask projects.</ li >
184193</ ul >
185194< h3 > What do you need to learn about web frameworks next?</ h3 >
186195 < div class ="row ">
Original file line number Diff line number Diff line change @@ -70,5 +70,12 @@ book so consider picking that up as well.
7070* The Tuts+ [ Flask tutorial] ( http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822 )
7171 is another great walkthrough for getting started with the framework.
7272
73+ * [ Flask by Example: Part 1] ( http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/ )
74+ shows the basic first steps for setting up a Flask project.
75+
76+
77+ ## Flask projects
78+ * [ Flask Foundation] ( https://github.com/JackStouffer/Flask-Foundation ) is a
79+ starting point for new Flask projects.
7380
7481### What do you need to learn about web frameworks next?
You can’t perform that action at this time.
0 commit comments