James Mwai

Accepted Talks:

How to deploy your Python Web App on Google Cloud Platform

The goal of this talk is to give a basic understanding of how you can configure and deploy your Python web app on various Google Cloud Platform services.

We will start by demonstrating how to setup and deploy a Python web app on both Standard and Flexible Google App Engine platforms. After that, we will show how to provision a Linux VM on Google Cloud to run a python web app. We will then explore how to package our Python web app into a docker image and deploy the same on Google Kubernetes Engine (GKE). Finally, we will explore Google Cloud Functions and how to write a serverless app in Python.

The audience for this talk is generally Python web developers and devops engineers.