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: content/pages/04-web-development/03-flask.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,11 @@ combined with the example real-world projects listed in the next section.
181
181
[Docker](/docker.html). It shows how to [deploy](/deployment.html) it to an
182
182
Amazon EC2 instance then scale the services on Amazon EC2 Container Service (ECS).
183
183
184
+
*[Build a Video Chat Application with Python, JavaScript and Twilio Programmable Video](https://www.twilio.com/blog/build-video-chat-application-python-javascript-twilio-programmable-video)
185
+
shows how to use [Twilio](/twilio.html)
186
+
[Programmable Video](https://www.twilio.com/video) to build cross-platform
187
+
(web, iOS and Android) video into Flask applications.
188
+
184
189
*[Why and how to handle exceptions in Python Flask](https://opensource.com/article/17/3/python-flask-exceptions)
185
190
has some great example code and reasons why you should code defensively
186
191
by anticipating and handling the unhappy path exceptions in your Flask
0 commit comments