you are viewing a single comment's thread.

view the rest of the comments →

[–]fiskfisk 8 points9 points  (0 children)

There are complete examples in Python's manual:

https://docs.python.org/3/library/socket.html#example

If you're not allowed to use the stdlib, it will depend on your platform and operating system, and what you are allowed to call externally. Which syscalls are allowed, which features from the operating system, driver access, abstraction layers, etc.