PDA

View Full Version : [SOLVED] Python low level networking



Shady3D
March 9th, 2010, 04:41 PM
Hi all,

I'm taking a course called Network Protocols at college and we need to do some low-level networking in C.

so i was thinking can this be possible in Python, maybe through using something like Twisted (Twisted Python or python-twisted package).

jfparis
March 11th, 2010, 08:06 PM
Python can do that.

Have a look at this page:

http://docs.python.org/library/socket.html

Shady3D
March 11th, 2010, 08:14 PM
Thats great, because once you go python, its hard to go back to c. its like going from heaven to hell.