0

I’m new to wordpress. I have a webapp written in matlab and compiled to a python package. I use it in a local server that’s is connected to the interent with a Django project. I want to move the functionailty to wordpress. I basically need:

  1. users choose some options that will be sent to my local machine.
  2. users receieve output variables sent by the machine.
  3. the wordpress site uses these variables to plot graphs.

Any idea how can I do that?

4
  • Did you read this: thread? Might give you some idea how to solve it. Commented Jul 17, 2020 at 19:23
  • Thanks, yes I saw it but I thought it's a different problem to me.From the answers it seems like they recommended the OP to create a wordpress plugin. but I still don't understand. for that, do I need to have my wordpress installed on the same machine as my python app? because right now it's on hostgator Commented Jul 17, 2020 at 19:35
  • Your Python app needs to offer some kind of REST API that your WordPress plugin can access. Then it doesn't matter in what language it is written. I can write a very rough example, if that doesn't help already. :) Commented Jul 17, 2020 at 19:42
  • Oh I see. so it works if wordpress is hosted on a different machine than the app. It would be really great if you give me an example or point me to one. or at least tell me how I search for it. I kinda can'T find the right search terms to describe the problem. Commented Jul 17, 2020 at 19:46

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.