Python + Flask - Part 4 - Remote Database
Oct 19, 2019 2 min.
This is the fourth and last part of a series about the Flask framework, a common tool used to create web applications with Python. Objectives The part 4 will focus on connecting the web API with a remote database. The full example is available here: Python-Flask. Topics Remote Database Remote Database Let’s connect with a remote MySQL database now. Follow the instructions in this article or in this repository to create a database and get the connection string.