How to integrate a python module to a wordpress website to compute data from a form and return the result?
I’ve created a website with wordpress and I want to integrate the following functionality: I want visitors to be able to fill in a form about their house data and I want to process this data with an algorithm using C# sharp and python and return the result.