Hi, I’m totally new in building website and lack of knowledge about this, but I’d like to run my own python script by clicking a button at the web page, then show the output at the page.
I don’t really know whether a single python script could be included into the 3rd-Party Services, which makes me confused. Could anybody tell me how to work on it? Thanks in advance.
Hey
You cannot run Python scripts within the Wix platform. If you really want to run Python scripts from the click of a button in Wix you would need to include a external webpage using the html component and then trigger than when someone clicks your button using the .postMessage method on the html component.
I would recommend you doing your stuff in Javascript which is the core language in Wix Code.