中文名: Python標准庫示例
原名: Python Standard Library by Example
作者: Doug Hellmann
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新EPUB版本
出版社: Addison-Wesley Professional
書號: 9780321767349
發行時間: 2011年06月
地區: 美國
語言: 英文
簡介:
內容介紹:You’ll find practical code for working with text, data types, algorithms, math, file systems, networking, the Internet, XML, email, cryptography, concurrency, runtime and language services, and much more. Each section fully covers one module, and links to valuable additional resources, making this book an ideal tutorial and reference.
Coverage includes:
Manipulating text with string, textwrap, re, and difflib
Implementing data structures: collections, array, queue, struct, copy, and more
Reading, writing, and manipulating files and directories
Regular expression pattern matching
Exchanging data and providing for persistence Archiving and data compression
Managing processes and threads
Using application “building blocks”: parsing command-line options, prompting for passwords, scheduling events, and logging
Testing, debugging, and compilation
Controlling runtime configuration
Using module and package utilities
內容截圖: 目錄:
Chapter 1: Text
Chapter 2: Data Structures
Chapter 3: Algorithms
Chapter 4: Dates and Times
Chapter 5: Mathematics
Chapter 6: The File System
Chapter 7: Data Persistence and Exchange
Chapter 8: Data Compression and Archiving
Chapter 9: Cryptography
Chapter 10: Processes and Threads
Chapter 11: Networking
Chapter 12: The Internet
Chapter 13: Email
Chapter 14: Application Building Blocks
Chapter 15: Internationalization and Localization
Chapter 16: Developer Tools
Chapter 17: Runtime Features
Chapter 18: Language Tools
Chapter 19: Modules and Packages