Python Machine Learning backend program

Hi,
I have written a python machine learning program to run in the backend. I wanted to create a webpage using Wix for the front end and then connect it to my python code in the backend. My webpage would just contain spaces for the user to enter certain inputs and then I would like my machine learning algorithm to give out a prediction. I don’t know Javascript so I can’t rewrite my entire algorithm in JS. How can I use my python backend code on Wix?

Thanks

2 Likes

You cannot use python in wix. You can host your python web app somewhere external and communicate with it from your Wix site using Wix Fetch .

Bro, how did you tackle the problem- i have the same problem.
Please do let me know.

Wix does not support Python - not in the backend, and not in the frontend.