Welcome folks today in this blog post we will be building a simple popup calculator
in python and javascript using flask
framework. All the full source code of the application is given below.
Get Started
In order to get started you need to install the following library using the pip
command as shown below
pip install flask
After installing this library you need to download the full source code
of application at below github
repository as shown below
After installing the source code you will see the below directory structure
as shown below
Now run the below command to execute the flask
app
python app.py
So as you can see it has started the flask
app at port
5000
Now if you open the url http://localhost:5000
you will see the below result