Creating a Docker container to deploy a Python application
Current Problem I am trying to productionize a Python application. This is not easy because Python does not support a way of creating a single compiled binary from the source code. Furthermore Python does not support a natural way of…