Deploy Your Python Script on the Web With Flask (Overview)
You wrote a Python script that you’re proud of, and now you want to show it off to the world. But how? Most people won’t know what to do with your .py
file. Converting your script into a Python web application is a great solution to make your code usable for a broad audience.
In this course, 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.
By the end of this course, you’ll know:
- What web applications are and how you can host them online
- How to convert a Python script into a Flask web application
- How to improve user experience by adding HTML to your Python code
- How to deploy your Python web application to Google App Engine
00:00 Python Web Applications: Deploy Your Script as A Flask App. You wrote a Python script that you’re proud of, and now you want to show it off to the world.
00:10
But how? Most people won’t know what to do with your .py
file. Converting your script into a Python web application is a great solution to make your code usable for a broad audience.
00:25 In this video course, 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. By the end of this video course, you’ll know what web applications are and how you can host them online, how to convert a Python script into a Flask web application, how to improve user experience by adding HTML to your Python code, and how to deploy your Python web application to Google App Engine.
00:55 So now that you know what you’re going to cover in this course, let’s get started.
Become a Member to join the conversation.