• home
  • forum
  • my
  • kt
  • download
  • Programming Sockets in Python

    Author: 2008-08-29 07:44:03 From:

    This tutorial shows how to develop sockets-based networking applications using Python. In this tutorial, you first learn a few Python basics and see why Python makes a good network programming language. Then you move on to the basic sockets features of Python, using a sample chat application as a guide, and look at several other, high-level, classes that provide asynchronous communications.

    In this tutorial

    • Review the basics of the sockets API

    • Learn how to build networking applications in Python

    • Examine a simple chat server implemented in Python

    • Preview some of Python's high-level networking classes

    Objectives

    By the end of this tutorial, you will know how to use the standard sockets module to build both client and server applications, as well as how to use the SocketServer module to simplify the construction of simple socket servers.


    Prerequisites

    You should have a basic knowledge of Python.


    System requirements

    None.



    Duration

    More than two hours


    Formats

    html, pdf

    discuss this topic to forum

    relation tutorial

    No relevant information

    Category

      Development (7)
      Introduction to Python (6)
      Miscellaneous (4)
      Searching (2)
      Web Fetching (5)
      XML and Python (4)

    New

    Hot