File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments