[ad_1]
Is it possible to create a custom calculator in wordpress, that is programmed using python (or another coding language). I would need to calculate mortgages using certain input fields and show the result on the website. Is this possible by somehow having python scripts run somewhere on the website, or should I use some template for this calculator (those are maybe behind paywalls or hard to customize)? Any help is welcome since I am pretty new to WP.
[ad_2]
For something as simple as a mortgage calculator, it’d make more sense to write it in Javascript, so you’re not wasting time sending data to/from the server.
WordPress is just HTML/CSS/JS – just your normal frontend stuff. It works with anything that can function as a website.