"《Python袖珍參考手冊(第4版) 涵蓋Python2.6和3.X》(Python Pocket Reference, 4th Edition)英文文字版[PDF]"介紹
中文名: Python袖珍參考手冊(第4版) 涵蓋Python2.6和3.X
原名: Python Pocket Reference, 4th Edition
作者: Mark Lutz
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版
出版社: O'Reilly
書號: 978-0596158088
發行時間: 2009年10月15日
地區: 美國
語言: 英文
簡介:
內容簡介:This is the book to reach for when you're coding on the fly and need an answer now. It's an easy-to-use reference to the core language, with descriptions of commonly used modules and toolkits, and a guide to recent changes, new features, and upgraded built-ins -- all updated to cover Python 3.x as well as version 2.6. You'll also quickly find exactly what you need with the handy index.
內容截圖: 目錄:
Chapter 1 Python Pocket Reference
Introduction
Conventions
Using Code Examples
Safari® Books Online
Command-Line Options
Environment Variables
Built-in Types and Operators
Specific Built-in Types
Statements and Syntax
Specific Statements
Namespace and Scope Rules
Object-Oriented Programming
Operator Overloading Methods
Built-in Functions
Built-in Exceptions
Built-in Attributes
Standard Library Modules
The sys Module
The string Module
The os System Module
The re Pattern-Matching Module
Object Persistence Modules
The tkinter GUI Module and Tools
Internet Modules and Tools
Other Standard Library Modules
Python Portable SQL Database API
Python Idioms and Hints