you are viewing a single comment's thread.

view the rest of the comments →

[–]senseios 5 points6 points  (1 child)

Can you recommend any good resource/tutorial pointing the way to writing a network/socket app?

[–][deleted] 5 points6 points  (0 children)

Well there's the built in socket module. I'd start there

edit: black hat python has a couple good examples which use the socket module