Skip to content

VakinduPhilliam/Socket_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Socket Programming

This series of scripts is written to demonstrate the process of Python Socket Programming.

Of the various forms of Inter Process Communication (IPC), sockets are by far the most popular.

The combination of sockets with INET makes talking to arbitrary machines around the world unbelievably easy.

The client application (your browser, for example) uses “client” sockets for client-server communication; the web server it’s talking to uses both “server” sockets and “client” sockets.

About

Sockets for client-server communication. The combination of sockets with INET makes talking to arbitrary machines on a global network unbelievably easy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages