私は趣味の(そしてかなり新しい)プログラマーであり、Pythonでいくつかの便利な(私にとって)スクリプトを作成して、ファイルのコピー、名前の変更、ダウンロードなどのさまざまなシステム自動化タスクを処理しています。
これらのスクリプトをリモートで開始できるようにするいくつかのボタンを表示するだけのシステムの1つから提供されるWebページを作成したいと思います。
問題は、これを行う方法の調査をどこから始めればよいかわからないことです。次のようなスクリプトがあるとしましょう。
file_arranger.py
What do I need to do to have a webpage execute that script? This isn't meant for public consumption, so anything lightweight would be great. For bonus points, what do I need to look into to provide the web user with the output from such scripts?
edit: The first answer made me realize I forgot to include that this is a Win2k3 system.