Skip to content

Python Reference Manual

Best in textbook rentals since 2012!

ISBN-10: 0595136680

ISBN-13: 9780595136681

Edition: 2000

Authors: Van Rossum Guido

List price: $12.95
Blue ribbon 30 day, 100% satisfaction guarantee!
Out of stock
We're sorry. This item is currently unavailable.
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Customers also bought

Book details

List price: $12.95
Copyright year: 2000
Publisher: iUniverse, Incorporated
Binding: Paperback
Pages: 100
Size: 7.25" wide x 9.00" long x 0.25" tall
Weight: 0.440
Language: English

Front Matter
Abstract
Introduction
Notation
Lexical analysis
Line structure
Logical lines
Physical lines
Comments
Explicit line joining
Implicit line joining
Blank lines
Indentation
Whitespace between tokens
Other tokens
Identifiers and keywords
Keywords
Reserved classes of identifiers
Literals
String literals
String literal concatenation
Numeric literals
Integer and long integer literals
Floating point literals
Imaginary literals
Operators
Delimiters
Data model
Objects, values and types
The standard type hierarchy
Special method names
Basic customization
Customizing attribute access
Emulating callable objects
Emulating sequence and mapping types
Additional methods for emulation of sequence types
Emulating numeric types
Execution model
Code blocks, execution frames, and namespaces
Exceptions
Footnotes
Expressions
Arithmetic conversions
Atoms
Identifiers (Names)
Literals
Parenthesized forms
List displays
Dictionary displays
String conversions
Primaries
Attribute references
Subscriptions
Slicings
Calls
The power operator
Unary arithmetic operations
Binary arithmetic operations
Shifting operations
Binary bit-wise operations
Comparisons
Boolean operations
Expression lists
Summary
Footnotes
Simple statements
Expression statements
Assert statements
Assignment statements
The pass statement
The del statement
The print statement
The return statement
The raise statement
The break statement
The continue statement
The import statement
The global statement
The exec statement
Footnotes
Compound statements
The if statement
The while statement
The for statement
The try statement
Function definitions
Class definitions
Top-level components
Complete Python programs
File input
Interactive input
Expression input
About this document