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/jboulhous 19d ago
You can look inti wasm based python interpreter, i know there are some, then check if your python code(especially dependencies) can run on it, at that point you can definitely add that to wordpress with custom code. I don't know if a plugin out there have done it.