Setup Visual Studio Code for Python Development
In this tutorial, we will see how to setup Visual Studio Code for Python development and configure it for a sample Python based Flask hello world project.
1 Comment
April 12, 2020
In this tutorial, we will see how to setup Visual Studio Code for Python development and configure it for a sample Python based Flask hello world project.
Flask is an open-source web application development framework developed in Python. Flask has ability to integrate many extensions to build robust, scalable apps.