Skip to content

Commit a160432

Browse files
committed
new flask resource
1 parent 27b2e5b commit a160432

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,11 @@ <h2>Flask resources</h2>
531531
functionality to your Flask application.</p>
532532
</li>
533533
<li>
534+
<p><a href="http://blog.miguelgrinberg.com/post/video-streaming-with-flask">Video streaming with Flask</a>
535+
is another fantastic tutorial by Miguel Grinberg that covers video
536+
streaming.</p>
537+
</li>
538+
<li>
534539
<p>"<a href="https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679">One line of code cut our Flask page load times by 60%</a>
535540
is an important note about optimizing Flask template cache size to
536541
dramatically increase performance in some cases.</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-10-21T08:29:18Z</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-10-23T10:12:30Z</updated></feed>

flask.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ <h2>Flask resources</h2>
172172
functionality to your Flask application.</p>
173173
</li>
174174
<li>
175+
<p><a href="http://blog.miguelgrinberg.com/post/video-streaming-with-flask">Video streaming with Flask</a>
176+
is another fantastic tutorial by Miguel Grinberg that covers video
177+
streaming.</p>
178+
</li>
179+
<li>
175180
<p>"<a href="https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679">One line of code cut our Flask page load times by 60%</a>
176181
is an important note about optimizing Flask template cache size to
177182
dramatically increase performance in some cases.</p>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ book which is an excellent learning resource.
139139
covers a subject that comes up quickly once you begin adding significant
140140
functionality to your Flask application.
141141

142+
* [Video streaming with Flask](http://blog.miguelgrinberg.com/post/video-streaming-with-flask)
143+
is another fantastic tutorial by Miguel Grinberg that covers video
144+
streaming.
145+
142146
* "[One line of code cut our Flask page load times by 60%](https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679)
143147
is an important note about optimizing Flask template cache size to
144148
dramatically increase performance in some cases.

0 commit comments

Comments
 (0)