第1部分 通用应用主题
Chapter 1 Regular Expressions 2
第1章 正则表达式
1.1 Introduction/Motivation / 引言/动机 3
1.2 Special Symbols and Characters / 特殊的符号和字符 6
1.3 Regexes and Python / 正则表达式和Python语言 16
1.4 Some Regex Examples 一些正则表达式示例 36
1.5 A Longer Regex Example更长的正则表达式示例 41
1.6 Exercises / 练习 48
Chapter 2 NETwork Programming 53
第2章 网络编程
2.1 Introduction / 前言 54
2.2 What Is Client/Server Architecture? / 客户端/服务器网络编程 54
2.3 Sockets: Communication Endpoints / 套接字:通信端点 58
2.4 Network Programming in Python / Python中的网络编程 61
2.5 *The SocketServer Module / SocketServer模块 79
2.6 *Introduction to the Twisted Framework / *Twisted框架介绍 84
2.7 Related Modules / 相关模块 88
2.8 Exercises / 练习 89
Chapter 3 Internet Client Programming 94
第3章 Internet客户端编程
3.1 What Are Internet Clients? / 什么是Internet客户端? 95
3.2 Transferring Files / 文件传输 96
3.3 Network News / 网络新闻 104
3.4 E-Mail / 电子邮件 114
3.5 Related Modules / 相关模块 146
3.6 Exercises / 练习 148
Chapter 4 Multith