Register your product to gain access to bonus material or receive a coupon.
Python Essential Reference is the definitive reference guide to the Python programming language — the one authoritative handbook that reliably untangles and explains both the core Python language and the most essential parts of the Python library.
Designed for the professional programmer, the book is concise, to the point, and highly accessible. It also includes detailed information on the Python library and many advanced subjects that is not available in either the official Python documentation or any other single reference source.
Thoroughly updated to reflect the significant new programming language features and library modules that have been introduced in Python 2.6 and Python 3, the fourth edition of Python Essential Reference is the definitive guide for programmers who need to modernize existing Python code or who are planning an eventual migration to Python 3. Programmers starting a new Python project will find detailed coverage of contemporary Python programming idioms.
This fourth edition of Python Essential Reference features numerous improvements, additions, and updates:
Python Essential Reference: Types and Objects
Download the sample pages (includes Chapter 3 and Index)
Part I: The Python Language
1 A Tutorial Introduction
2 Lexical Conventions and Syntax
3 Types and Objects
4 Operators and Expressions
5 Program Structure and Control Flow
6 Functions and Functional Programming
7 Classes and Object-Oriented Programming
8 Modules, Packages, and Distribution
9 Input and Output
10 Execution Environment
11 Testing, Debugging, Profiling, and Tuning
Part II: The Python Library
12 Built-In Functions
13 Python Runtime Services
14 Mathematics
15 Data Structures, Algorithms, and Utilities
16 String and Text Handling
17 Python Database API
18 File Handling
19 Operating System Services
20 Threads and Concurrency
21 Network Programming and Sockets
22 Internet Application Programming
23 Web Programming
24 Internet Data Handling and Encoding
25 Miscellaneous Library Modules
Part III: Extending and Embedding
26 Extending and Embedding Python
Appendix
A Python 3