I have a beginner PythonAnywhere account, which, the account comparison page notes, have "Access to External Internet Sites: Specific Sites via HTTP(S) Only."
So I know only certain hosts can be accessed through HTTP protocols, but are there restrictions on use of the socket
module? In particular, can I set up a Python server using socket
?
Nope. PythonAnywhere doesn't support the socket module.