Skip to content

Commit 11c2192

Browse files
committed
adding new flask resource created by lauren orsini from RWW
1 parent 84ea16f commit 11c2192

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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-07-11T09:25:19Z</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-07-12T07:56:41Z</updated></feed>

flask.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ <h2>Flask resources</h2>
132132
is another great walkthrough for getting started with the framework.</p>
133133
</li>
134134
<li>
135+
<p><a href="http://readwrite.com/2014/07/11/one-click-messaging-app">Create Your Own Obnoxiously Simple Messaging App Just Like Yo</a>
136+
is a silly walkthrough of very basic Flask web application that uses
137+
<a href="https://www.nitrous.io/">Nitrous.io</a> to get started and
138+
<a href="https://www.twilio.com/">Twilio</a> for SMS.</p>
139+
</li>
140+
<li>
135141
<p><a href="http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/">Flask by Example: Part 1</a>
136142
shows the basic first steps for setting up a Flask project.
137143
<a href="http://www.realpython.com/blog/flask-by-example-part-2-postgres-sqlalchemy-and-alembic/">Part 2</a>

source/content/pages/02-web-frameworks/0205-flask.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ book which is an excellent learning resource.
9696
is another walkthrough tutorial from first steps through
9797
[getting bigger with Flask](http://maximebf.com/blog/2012/11/getting-bigger-with-flask/).
9898

99-
10099
* The Plank & Whittle blog has two posts, one on
101100
[Packaging a Flask web app](http://www.plankandwhittle.com/packaging-a-flask-web-app/)
102101
and another on
@@ -106,6 +105,11 @@ book which is an excellent learning resource.
106105
* The Tuts+ [Flask tutorial](http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822)
107106
is another great walkthrough for getting started with the framework.
108107

108+
* [Create Your Own Obnoxiously Simple Messaging App Just Like Yo](http://readwrite.com/2014/07/11/one-click-messaging-app)
109+
is a silly walkthrough of very basic Flask web application that uses
110+
[Nitrous.io](https://www.nitrous.io/) to get started and
111+
[Twilio](https://www.twilio.com/) for SMS.
112+
109113
* [Flask by Example: Part 1](http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/)
110114
shows the basic first steps for setting up a Flask project.
111115
[Part 2](http://www.realpython.com/blog/flask-by-example-part-2-postgres-sqlalchemy-and-alembic/)

0 commit comments

Comments
 (0)