I would be grateful for any suggestions for a way to deploy my programme that requires the least technical expertise.
I basically have three important files:
\- the actual python programme
\- the flask python file
\- the HTML UI
I can run the webapp locally with full functionality.
What would be the easiest way to deploy it to wordpress? I have access to a private server.
Thank you.
WordPress can’t run python. And your web server (I’m assuming) needs to be setup to run python.
Your script outputs html, so you’d just place it somewhere in your web root folder (typically public_html) and link to that file from your site.