156135250194107072078175030179198180025031194137176049106218111004228148019180156243023202
Chapter
16. Network Programming
Chapter Topics
Introduction: Client-Server Architecture
Sockets: Communication Endpoints
Network Programming in Python
socket Module
Socket Object Methods
TCP/IP Client and Server
UDP/IP Client and Server
Related Modules
In this section, we will take a brief look at network programming using sockets. We will first present some background information on network programming, how sockets apply to Python, then show you how to use some of Python's modules to build networked applications.
| Last updated on 9/14/2001 Core Python Programming, © 2002 Prentice Hall PTR |
|