Skip to content

Commit bd0023e

Browse files
committed
new flask resources
1 parent 6c674c6 commit bd0023e

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

flask.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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">

source/content/pages/08-web-frameworks/0803-flask.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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?

0 commit comments

Comments
 (0)