You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -452,6 +452,15 @@ <h2>Flask resources</h2>
452
452
<p><ahref="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud">Part 18: Deployment on the Heroku Cloud</a></p>
453
453
</li>
454
454
<li>
455
+
<p>If you're looking for a fun introduction to Flask and WebSockets, check out
456
+
my blog post on creating
457
+
<ahref="https://www.twilio.com/blog/2014/11/choose-your-own-adventure-presentations-with-reveal-js-python-and-websockets.html">Choose Your Own Adventure Presentations with Reveal.js, Python and WebSockets</a>.
458
+
That post is my favorite technical walkthrough I've written to date. There
for the app with tags for each step in the blog post.</p>
462
+
</li>
463
+
<li>
455
464
<p><ahref="https://www.twilio.com/blog/2014/10/branded-mms-coupon-generation-with-python-and-twilio.html">Branded MMS Coupon Generation with Python and Twilio</a>
456
465
is a Flask tutorial I wrote for building a web application that can send
457
466
branded barcode coupons via MMS. The post goes through every step from
@@ -4028,6 +4037,8 @@ <h1>Change Log</h1>
4028
4037
<h2>2014</h2>
4029
4038
<h3>November</h3>
4030
4039
<ul>
4040
+
<li>Adding my new Flask blog post on choose your own adventure presentations
4041
+
along with the open source repository.</li>
4031
4042
<li>More resources under Best Python Resources.</li>
4032
4043
<li>Removing broken links from Best Python Resources and Django pages.</li>
4033
4044
<li>New monitoring and development environments resources.</li>
Copy file name to clipboardExpand all lines: flask.html
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,15 @@ <h2>Flask resources</h2>
97
97
<p><ahref="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud">Part 18: Deployment on the Heroku Cloud</a></p>
98
98
</li>
99
99
<li>
100
+
<p>If you're looking for a fun introduction to Flask and WebSockets, check out
101
+
my blog post on creating
102
+
<ahref="https://www.twilio.com/blog/2014/11/choose-your-own-adventure-presentations-with-reveal-js-python-and-websockets.html">Choose Your Own Adventure Presentations with Reveal.js, Python and WebSockets</a>.
103
+
That post is my favorite technical walkthrough I've written to date. There
for the app with tags for each step in the blog post.</p>
107
+
</li>
108
+
<li>
100
109
<p><ahref="https://www.twilio.com/blog/2014/10/branded-mms-coupon-generation-with-python-and-twilio.html">Branded MMS Coupon Generation with Python and Twilio</a>
101
110
is a Flask tutorial I wrote for building a web application that can send
102
111
branded barcode coupons via MMS. The post goes through every step from
Copy file name to clipboardExpand all lines: source/content/pages/02-web-frameworks/0203-flask.markdown
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,14 @@ book which is an excellent learning resource.
77
77
*[Part 17: Deployment on Linux](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xvii-deployment-on-linux-even-on-the-raspberry-pi)
78
78
*[Part 18: Deployment on the Heroku Cloud](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud)
79
79
80
+
* If you're looking for a fun introduction to Flask and WebSockets, check out
81
+
my blog post on creating
82
+
[Choose Your Own Adventure Presentations with Reveal.js, Python and WebSockets](https://www.twilio.com/blog/2014/11/choose-your-own-adventure-presentations-with-reveal-js-python-and-websockets.html).
83
+
That post is my favorite technical walkthrough I've written to date. There
0 commit comments