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. 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. 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. 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. Dig deeper into Redis, including how to work with Redis data, both reading and writing records.. 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. Source via: Channel 9. Zero to Hero with jQuery.