An open API service indexing awesome lists of open source software.

https://github.com/programmer-ke/py-network-programming

Python network clients and servers
https://github.com/programmer-ke/py-network-programming

Last synced: over 1 year ago
JSON representation

Python network clients and servers

Awesome Lists containing this project

README

          

# Python network clients and servers

These are a collection of python network clients and servers demonstrating
various networking concepts, based on the book
*Foundations of Python Network Programming* second edition by
Brandon Rhodhes and John Goerzen.

http://www.apress.com/9781430230038

Ongoing work to make them run under both Python versions 2 and 3, and annotate
with comments.