Skip to content

Commit b08c2e0

Browse files
committed
adding discover flask videos
1 parent 4397f5e commit b08c2e0

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,12 @@ <h2>Flask resources</h2>
531531
shows how to build a task queue with Flask and Redis.</p>
532532
</li>
533533
<li>
534+
<p>Along with the above FLask by Example series, there's also a
535+
<a href="https://github.com/realpython/discover-flask">Discover Flask</a> series of
536+
videos. The GitHub repo contains the code and the 25+ videos are hosted
537+
on YouTube.</p>
538+
</li>
539+
<li>
534540
<p><a href="https://www.digitalocean.com/community/articles/how-to-structure-large-flask-applications">How to Structure Large Flask Applications</a>
535541
covers a subject that comes up quickly once you begin adding significant
536542
functionality to your Flask application.</p>

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-07T13:20:52Z</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-08T09:26:45Z</updated></feed>

flask.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ <h2>Flask resources</h2>
176176
shows how to build a task queue with Flask and Redis.</p>
177177
</li>
178178
<li>
179+
<p>Along with the above FLask by Example series, there's also a
180+
<a href="https://github.com/realpython/discover-flask">Discover Flask</a> series of
181+
videos. The GitHub repo contains the code and the 25+ videos are hosted
182+
on YouTube.</p>
183+
</li>
184+
<li>
179185
<p><a href="https://www.digitalocean.com/community/articles/how-to-structure-large-flask-applications">How to Structure Large Flask Applications</a>
180186
covers a subject that comes up quickly once you begin adding significant
181187
functionality to your Flask application.</p>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ book which is an excellent learning resource.
143143
[Part 4](https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/)
144144
shows how to build a task queue with Flask and Redis.
145145

146+
* Along with the above FLask by Example series, there's also a
147+
[Discover Flask](https://github.com/realpython/discover-flask) series of
148+
videos. The GitHub repo contains the code and the 25+ videos are hosted
149+
on YouTube.
150+
146151
* [How to Structure Large Flask Applications](https://www.digitalocean.com/community/articles/how-to-structure-large-flask-applications)
147152
covers a subject that comes up quickly once you begin adding significant
148153
functionality to your Flask application.

0 commit comments

Comments
 (0)