Web apps! Today we'll be learning/doing web apps with a python backend.
sudo apt-get install python-sklearn
sudo apt-get install python-pip
sudo pip install flask
sudo pip install watchdog
How do websites work? What are web apps?
(This neat little presentation starts very simple and step by step introduces every aspect of website infrastructure and it would be a good idea to read it before today's tutorial if this is new to you)
Introduction to REST APIs
(14 minute video presentation by Google Developers. Very useful.)
List of HTTP Response Status Codes
Make your own web app!