简体   繁体   中英

How to run Python programs on a Linux shared hosting?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM