Configuring Ubuntu 18.04 for a Python Dev Environment with Flask, Gunicron, and VirtualEnv

Flask is a great Python framework for getting ideas up and running quickly on a lightweight app environment. In this tutorial, we are going to get Python 3.6 configured with development system packages to start a new Flask web application project and run it with Green Unicorn (Gunicorn). But first, what is Green Unicorn? Green Unicorn […]