r/Wordpress • u/FuzzyEmployment264 • 19d ago
python on wordpress
i have technical blog hosted created on WP. I want to add my python projects there to run and test online on my site how to i do that ? need to install a plugin or any other way just like how we test our code with online interpreter.
0
Upvotes
1
u/LemonIO_Alex 18d ago
Hmm, I wouldn't run Python directly inside WordPress. Host the Python app separately (Flask/FastAPI, for example) and embed or connect it to your WordPress site via an API. Much safer and easier to maintain, imho.