0
votes
2answers
96 views
Storing Python scripts on a webserver
Following on my previous question, if I have some hosting how can I put a python script on their that I can then run from there? Do I need to do something special to run it/install something?
EDIT …
1
vote
5answers
284 views
Making a Python script executable chmod755?
My hosting provider says my python script must be made to be executable(chmod755). What does this mean & how do I do it?
Cheers!
…
