Google App Engine Setup
In this particular episode you will have a glimpse about how I maintain a static web site and how I add a page to such a website. I will touch topics such as html, stylesheets, responsiveness, search engine optimization.
Link to the video recording will be published soon.
Dev Local / Public and Production
Setup of alpha, beta and production versions of a web application.
What is Google App Engine?
Google App Engine is a cloud computing platform for developing and hosting web applications in Google-managed data centers.
What is Flask?
Flask is a micro web framework written in Python. It doesn't include common web pubishing components such as database connectors, web forms but it allows extending with third-party or custom-developped libraries.