Python Network Programming 简明教程
Python - Network Programming
Python 网络编程是指使用 Python 作为编程语言来处理计算机网络要求。例如,如果我们要创建并运行本地 Web 服务器或从具有模式的 URL 自动下载某些文件。
Python Network Programming is about using python as a programming language to handle computer networking requirements. For example, if we want to create and run a local web server or automatically download some files from a URL with a pattern.
Audience
本教程针对对计算机科学专业的毕业生和希望使用 Python 作为编程语言以简单易学的方式学习网络编程的软件专业人士编写。
This tutorial is designed for Computer Science graduates as well as Software Professionals who are willing to learn Network programming in simple and easy steps using Python as a programming language.
Prerequisites
在继续学习本教程之前,你应该具有以下知识:如何使用任何 Python IDE 和 Python 程序执行,用 Python 编程语言编写代码的知识。如果你对 Python 完全陌生,那么请参阅我们的 Python tutorial ,以透彻了解该语言。
Before proceeding with this tutorial, you should have a basic knowledge of writing code in Python programming language, using any python IDE and execution of Python programs. If you are completely new to python then please refer our Python tutorial to get a sound understanding of the language.