Programming with Python

  1. Home
  2. Docs
  3. Programming with Python
  4. Networking
  5. Internet Modules

Internet Modules

We as humans love as being connected and these connections in the technical world are achieved through network programming.

Networking programming aims to study and analyze the communication process among various computing devices or computer systems that are linked, or networked together to exchange information and share resources.

It is a process which share data between the clients.

Sockets and the socket API are used to send messages across a network. They provide a form of inter-process communication (IPC).

Now let us see some of the famous and most used internet modules.

ProtocolCommon functionPort numberPython modules
HTTPWeb pages80httplib, urllib
NNTPUsenet news119nntplib
FTPFile transfer20ftplip, urllib
SMTPSending emails25smtplib
TelnetCommand Lines23telnetlib
POP3Fetching Emails110poplib
IMAP4Fetching Emails143imaplib

This is all about Internet modules in python.

Was this article helpful to you? Yes No

How can we help?