上传者: qiuzhenguang
|
上传时间: 2021-09-15 21:39:14
|
文件大小: 6.4MB
|
文件类型: CHM
Programming Python, 2nd Edition
目录如下,需要下载的朋友不要错过哦~
Programming Python, 2nd Edition
By Mark Lutz
Publisher : O'Reilly
Pub Date : March 2001
ISBN : 0-596-00085-5
Pages : 1256
Copyright
Foreword
Preface
"And Now for Something Completely Different . . . Again"
Signs of the Python Times
Why This Edition?
Major Changes in This Edition
Using the Examples and Demos
Conventions Used in This Book
Where to Look for Updates
Contacting O'Reilly
Acknowledgments
Chapter 1. Introducing Python
Section 1.1. "And Now for Something Completely Different"
Section 1.2. The Life of Python
Section 1.3. The Compulsory Features List
Section 1.4. What's Python Good For?
Section 1.5. What's Python Not Good For?
Part I: System Interfaces
Chapter 2. System Tools
Section 2.1. "The os.path to Knowledge"
Section 2.2. Why Python Here?
Section 2.3. System Scripting Overview
Section 2.4. The sys Module
Section 2.5. The os Module
Section 2.6. Script Execution Context
Section 2.7. Current Working Directory
Section 2.8. Command-Line Arguments
Section 2.9. Shell Environment Variables
Section 2.10. Standard Streams
Section 2.11. File Tools
Section 2.12. Directory Tools
Chapter 3. Parallel System Tools
Section 3.1. "Telling the Monkeys What to Do"
Section 3.2. Forking Processes
Section 3.3. Threads
Section 3.4. Program Exits
Section 3.5. Interprocess Communication
Section 3.6. Pipes
Section 3.7. Signals
Section 3.8. Launching Programs on Windows
Section 3.9. Other System Tools
Chapter 4. Larger System Examples I
Section 4.1. "Splits and Joins and Alien Invasions"