Can I run .py file on the server?

I need after someone opened the php script of my page to run .py (python) or .exe (compiled Python). How would I do that?

Neither Python files or executable files can be run on the webserver. Executable files (.exe) are not allowed to be hosted and may be removed for the safety of our users.

This would likely be available to be done via VPS package :slight_smile: