Introduction to Creating Web Sites using Python and Flask: (06) Cloud Deployment[MP4] [0:28:08] [2014/12/22]Find out how to make your application available. Learn the steps required to take the application you’ve built and deploy it to Microsoft Azure. [02:05] - Azure accounts[06:07] - Redis and…
Introduction to Creating Web Sites using Python and Flask: (05) Creating and Retrieving Redis Data[MP4] [0:42:54] [2014/12/22]Dig deeper into Redis, including how to work with Redis data, both reading and writing records. [02:09] - Redis keys and values[35:33] - Redis FAQ
Introduction to Creating Web Sites using Python and Flask: (04) Data Storage Locations[MP4] [0:45:25] [2014/12/22]Since nearly every website needs to store data, take a look at the different options available to you as a Developer. Plus, get an intro to Redis. [09:13] - Should I use an XML File?[18:00] - Should I…
Introduction to Creating Web Sites using Python and Flask: (03) Requesting User Input[MP4] [0:50:32] [2014/12/22]Take the next step from sending basic text to the client to using templates. Learn about forms and how to request and read information from the user. [04:18] - Forms[18:54] - Jinja[26:40] - Building…
Introduction to Creating Web Sites using Python and Flask: (02) Creating Webpages in Flask[MP4] [0:51:38] [2014/12/22]Learn about Flask as a great platform from which to create your websites. Explore how URLs are translated to code behind the scenes and how information gets sent from the client to the server. [06:10]…
Introduction to Creating Web Sites using Python and Flask: (01) Introduction to Flask[MP4] [0:58:15] [2014/12/22]Learn how to get started and why one would use Flask to create websites. Walk through the standard “Hello, world!” demonstration, and close with a primer on HTML. [00:19] - What is a web…