A Project for creating Python web project using the Flask web framework in Visual Studio 2019
A Project for creating Python web project using the Flask web framework in Visual Studio 2019 Introduction In this step by step tutorial, I will demonstrate how to create a Python web project using the Flask web framework in Visual Studio 2019 . Step 1. Open Visual Studio 2019 Click on “ Create a new project ” option on the right side of the window. Figure 1 Step 2. In the top middle search box, Search for “Python” and it will be listing all the frameworks which support Python coding. Now select the Flask Web Project and click on Next button Figure 2 Enter the Project name and click on the “ Create ” button at the button. Figure 3 Step 3. Now you can see your Project has been created successfully. But there will be a warning message displayed on the top of the Visual Studio window, so now you have to click on “ Create virtual environment ”, Figu...