There are a bunch of new tutorials on Full Stack Python that were written since the last time I sent out an email newsletter. These range from getting started with some popular open source projects to integrating third party APIs to build authentication into Flask applications: Configure Python 3, Flask and Gunicorn on Ubuntu 18.04 LTS shows you how to set up your Python and Flask development environment on the latest Ubuntu Long-Term Support (LTS) release. How to Add User Authentication to Flask Apps with Okta covers using OpenID Connect and the Okta API in Flask applications to handle user authentication. How to Provision Ubuntu 18.04 LTS Linux Servers on DigitalOcean is a quick tutorial for developers who have not seen how easy it is to spin up a virtual private server on DigitalOcean for hosting their Python applications. Running Bottle Apps in Docker Containers on macOS provides just the basics to start using Docker on macOS to run an example Flask web app. How to Exp...