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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -531,6 +531,11 @@ <h2>Flask resources</h2>
531
531
functionality to your Flask application.</p>
532
532
</li>
533
533
<li>
534
+
<p><ahref="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>
534
539
<p>"<ahref="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>
535
540
is an important note about optimizing Flask template cache size to
536
541
dramatically increase performance in some cases.</p>
Copy file name to clipboardExpand all lines: flask.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,11 @@ <h2>Flask resources</h2>
172
172
functionality to your Flask application.</p>
173
173
</li>
174
174
<li>
175
+
<p><ahref="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>
175
180
<p>"<ahref="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>
176
181
is an important note about optimizing Flask template cache size to
177
182
dramatically increase performance in some cases.</p>
Copy file name to clipboardExpand all lines: source/content/pages/02-web-frameworks/0203-flask.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,10 @@ book which is an excellent learning resource.
139
139
covers a subject that comes up quickly once you begin adding significant
140
140
functionality to your Flask application.
141
141
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
+
142
146
* "[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)
143
147
is an important note about optimizing Flask template cache size to
0 commit comments