Mortgage Calculator App & Panel Tutorial (Live Deployment)


01 Sep 2020    1 min read.

Mortgage Calculator

Recently, my wife and I were looking at mortgages in preparation to buy a home, and I decided to create a mortgage calculator web app in Python using Panel. Panel is a nice library that doesn’t require the data scientist to understand a lot of low level CSS and HTML in order to build a nice looking dashboard or app.

Try out a live demo of the app here (takes a minute or two to spin up), and see the source code for this app here.

Panel Tutorial

After creating the app, I also created a quick 10 minute learning-aid to get someone started with Panel.

Try out a live demo of the learning-aid here (takes a minute or two to spin up).