Skip to content

Commit 4397f5e

Browse files
committed
adding my new flask presentaiton blog post
1 parent 54dad21 commit 4397f5e

File tree

6 files changed

+33
-1
lines changed

6 files changed

+33
-1
lines changed

all.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,15 @@ <h2>Flask resources</h2>
452452
<p><a href="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>
453453
</li>
454454
<li>
455+
<p>If you're looking for a fun introduction to Flask and WebSockets, check out
456+
my blog post on creating
457+
<a href="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
459+
is also a companion open source
460+
<a href="https://github.com/makaimc/choose-your-own-adventure-presentations">GitHub repository</a>
461+
for the app with tags for each step in the blog post.</p>
462+
</li>
463+
<li>
455464
<p><a href="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>
456465
is a Flask tutorial I wrote for building a web application that can send
457466
branded barcode coupons via MMS. The post goes through every step from
@@ -4028,6 +4037,8 @@ <h1>Change Log</h1>
40284037
<h2>2014</h2>
40294038
<h3>November</h3>
40304039
<ul>
4040+
<li>Adding my new Flask blog post on choose your own adventure presentations
4041+
along with the open source repository.</li>
40314042
<li>More resources under Best Python Resources.</li>
40324043
<li>Removing broken links from Best Python Resources and Django pages.</li>
40334044
<li>New monitoring and development environments resources.</li>

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>November</h3>
4848
<ul>
49+
<li>Adding my new Flask blog post on choose your own adventure presentations
50+
along with the open source repository.</li>
4951
<li>More resources under Best Python Resources.</li>
5052
<li>Removing broken links from Best Python Resources and Django pages.</li>
5153
<li>New monitoring and development environments resources.</li>

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-11-06T05:40:24Z</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-11-07T13:20:52Z</updated></feed>

flask.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ <h2>Flask resources</h2>
9797
<p><a href="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>
9898
</li>
9999
<li>
100+
<p>If you're looking for a fun introduction to Flask and WebSockets, check out
101+
my blog post on creating
102+
<a href="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
104+
is also a companion open source
105+
<a href="https://github.com/makaimc/choose-your-own-adventure-presentations">GitHub repository</a>
106+
for the app with tags for each step in the blog post.</p>
107+
</li>
108+
<li>
100109
<p><a href="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>
101110
is a Flask tutorial I wrote for building a web application that can send
102111
branded barcode coupons via MMS. The post goes through every step from

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ book which is an excellent learning resource.
7777
* [Part 17: Deployment on Linux](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xvii-deployment-on-linux-even-on-the-raspberry-pi)
7878
* [Part 18: Deployment on the Heroku Cloud](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud)
7979

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
84+
is also a companion open source
85+
[GitHub repository](https://github.com/makaimc/choose-your-own-adventure-presentations)
86+
for the app with tags for each step in the blog post.
87+
8088
* [Branded MMS Coupon Generation with Python and Twilio](https://www.twilio.com/blog/2014/10/branded-mms-coupon-generation-with-python-and-twilio.html)
8189
is a Flask tutorial I wrote for building a web application that can send
8290
branded barcode coupons via MMS. The post goes through every step from

source/content/pages/11-misc/1104-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ the
2424

2525
## 2014
2626
### November
27+
* Adding my new Flask blog post on choose your own adventure presentations
28+
along with the open source repository.
2729
* More resources under Best Python Resources.
2830
* Removing broken links from Best Python Resources and Django pages.
2931
* New monitoring and development environments resources.

0 commit comments

Comments
 (0)