cd /home/username/webtalk
python3 -m http.server --cgi 8000

Then in a browser:
http://localhost:8000/

This then allows you to run:
put runScript("theFiles.py", "/home/user")

It would output a directory listing (replace '/home/user' with the path to your home folder).
