From what I can gather I can't use raw TCPI/IP sockets in PythonAnyWhere. I would like to see an example of a server script I can run here in Pythonanywhere which would respond to requests sent from a web browser. A simple HTTP server running here in pyanywhere.
Could I run something like the SimpleHTTP server example here?
I have done quite a bit of Python for file, i/o and TCP sockets but I have not done much web stuff. Any step by step guides would be much appreciated.