|
| 1 | +title: Fresh Tutorials on Full Stack Python |
| 2 | +slug: fresh-tutorials-october-2018 |
| 3 | +meta: Check out all of the new content and tutorials on Full Stack Python from the last few months. |
| 4 | +category: post |
| 5 | +date: 2018-10-22 |
| 6 | +modified: 2018-10-22 |
| 7 | +newsletter: True |
| 8 | +headerimage: /img/visuals/email-post-header.jpg |
| 9 | +headeralt: Python programming language and Full Stack Python logos. |
| 10 | + |
| 11 | + |
| 12 | +There are a bunch of |
| 13 | +[new tutorials](https://www.fullstackpython.com/blog.html) |
| 14 | +on [Full Stack Python](https://www.fullstackpython.com/) that were written |
| 15 | +since the last time I sent out an email newsletter. These range from getting |
| 16 | +started with some popular open source projects to integrating third party |
| 17 | +APIs to build authentication into Flask applications: |
| 18 | + |
| 19 | +* [Configure Python 3, Flask and Gunicorn on Ubuntu 18.04 LTS](https://www.fullstackpython.com/blog/python-3-flask-gunicorn-ubuntu-1804-bionic-beaver.html) |
| 20 | + shows you how to set up your Python and |
| 21 | + [Flask](https://www.fullstackpython.com/flask.html) |
| 22 | + [development environment](https://www.fullstackpython.com/development-environments.html) |
| 23 | + on the latest [Ubuntu](https://www.fullstackpython.com/ubuntu.html) |
| 24 | + Long-Term Support (LTS) release. |
| 25 | + |
| 26 | +* [How to Add User Authentication to Flask Apps with Okta](https://www.fullstackpython.com/blog/add-user-authentication-flask-apps-okta.html) |
| 27 | + covers using OpenID Connect and the Okta API in Flask applications |
| 28 | + to handle user authentication. |
| 29 | + |
| 30 | +* [How to Provision Ubuntu 18.04 LTS Linux Servers on DigitalOcean](https://www.fullstackpython.com/blog/provision-ubuntu-1804-linux-servers-digitalocean.html) |
| 31 | + is a quick tutorial for developers who have not seen how easy it is |
| 32 | + to spin up a virtual private server on DigitalOcean for hosting |
| 33 | + their Python applications. |
| 34 | + |
| 35 | +* [Running Bottle Apps in Docker Containers on macOS](https://www.fullstackpython.com/blog/first-steps-bottle-web-apps-docker-containers.html) |
| 36 | + provides just the basics to start using |
| 37 | + [Docker](https://www.fullstackpython.com/docker.html) on macOS |
| 38 | + to run an example Flask web app. |
| 39 | + |
| 40 | +* [How to Explain Your Products to Developers](https://www.fullstackpython.com/blog/explain-products-developers.html) |
| 41 | + is based on a talk I gave to a group of technical founders and investors |
| 42 | + in Silicon Valley. It's a bit different from my usual step-by-step |
| 43 | + tutorial in that it gives strong advice based on my experience rather |
| 44 | + than show how to use an open source project or integrate a third-party |
| 45 | + API. |
| 46 | + |
| 47 | + |
| 48 | +Got questions or comments about |
| 49 | +[Full Stack Python](https://www.fullstackpython.com/)? Send me an email or |
| 50 | +[submit an issue ticket on GitHub](https://github.com/mattmakai/fullstackpython.com/issues) |
| 51 | +to let me know how to improve the site as I continue to fill in the |
| 52 | +[table of contents](https://www.fullstackpython.com/table-of-contents.html) |
| 53 | +with [new pages](https://www.fullstackpython.com/change-log.html) and |
| 54 | +[new tutorials](https://www.fullstackpython.com/blog.html). |
0 commit comments