back

by jeffreyrogers·12y ago·view on hn ↗
Out of curiosity, how come? Python runs on pretty much any platform you'd want to use and is much easier to develop in than C/C++.
1 comments
I was hoping to see low level socket programming, you know, connect, close, open, bind, accept, recvfrom
All of those system calls are available in Python, FWIW.

https://docs.python.org/2/library/socket.html