I have a webhost that doesn't allow command line access and yet they say you can run python scripts....how?
|
feedback
|
|
They're probably talking about CGI scripts - what you need to do is write a Python script that generates HTML output and place it in the appropriate directory (usually This is often used for form processing, but you can do almost anything with it. Here is a short tutorial. Good luck! | |||
|
feedback
|
