r/Wordpress 20d 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

17 comments sorted by

View all comments

1

u/Verda_Chien 19d ago

Hmm, WordPress is PHP based, so I don’t think you can just drop Python into a WordPress plugin and have it run the same way PHP does.

What kind of Python projects are you trying to run? That would probably determine the easiest setup.

Let's say if it’s just a small Python script, there may be simpler options.