How to run Python programs on a Linux shared hosting?

11.6k Views Asked by At

I wrote a Python script which does some nice stuff. It reads some inputs from an excel file and stores the results in another excel file. My plan is: I can make a web based form from which can be used to input the python program. I can make the code but how to run my program on a shared hosting platform? I am using modules like xlrd, xlwt, pysqlite, pyzipcode etc. What are my alternatives? My hosting: Godaddy basic shared hosting. It doesn't come with python pre-installed.

1

There are 1 best solutions below

2
On BEST ANSWER

Yes you can. For general information please see read this If you want to know how, you have to more specific information. However, if you cannot/dont want to provide more information want to read some related questions.That one, this one or in the wiki here

But, before doing getting to work, you have to install python on your webhosting. You can read more about that here and here. However, if you use modules which do not come naturally with python, you have to install them as well.