Description
In this tutorial, you’ll learn how to go from a local Python script to a fully deployed Flask web application that you can share with the world.
Summary
- You wrote a Python script that you’re proud of, and now you want to show it off to the world.
- As the project ID needs to be unique, your number will be different than the one shown in this tutorial.
- Even the error handling from your script is still functional and displays a message when a user enters a nonnumeric input.
- Since you’re validating the type of the user input in fahrenheit_from(), you don’t need to implement flask.escape(), and it won’t be part of your final code.