Engineers sometimes need to share their engineering applications through a web interface, by using an engineering web application. This means that users input data to the application on a web page, then click on a “Compute” button which renders a new web page with the results of the computations or calculations. Web interfaces can either be used as a Graphical User Interface (GUI) locally on the engineer's computer, or the web interface can be deployed to a web server and be made available in the world wide web.
Nowadays, most web applications are created with the aid of web frameworks, which are software packages that simplify the development of these web applications.
This web application was created by using Django which is a Python-based free and open-source web framework.