Learning Python - Mark Lutz [603]
Python 2.6 and 3.0, Python 2.6 and 3.0 Abstract Superclasses
accessor functions, Minimize Cross-File Changes
ActivePython, Where to Get Python
annotation information, Function Annotations in 3.0
anonymous functions, Anonymous Functions: lambda
anydbm module (Python 2.6), Pickles and Shelves
append method, Type-Specific Operations, List method calls, Common Coding Gotchas
apply built-in (Python 2.6), The defunct apply built-in (Python 2.6)
arbitrary arguments examples, Collecting arguments, Unpacking arguments, Applying functions generically, The defunct apply built-in (Python 2.6)
apply built-in (Python 2.6), The defunct apply built-in (Python 2.6)
applying functions generically, Applying functions generically
collecting arguments, Collecting arguments
unpacking arguments, Unpacking arguments
arguments, Arguments, Argument-Passing Basics, Simulating Output Parameters, Arguments and Shared References, Avoiding Mutable Argument Changes, Simulating Output Parameters, Special Argument-Matching Modes, Why keyword-only arguments?, The Basics, Matching Syntax, The Gritty Details, Keywords, Defaults, Combining keywords and defaults, Arbitrary Arguments Examples, The defunct apply built-in (Python 2.6), Python 3.0 Keyword-Only Arguments, The min Wakeup Call!, Full Credit, Bonus Points, Generalized Set Functions, Emulating the Python 3.0 print Function, Using Keyword-Only Arguments, Using Keyword-Only Arguments
argument passing basics, Argument-Passing Basics, Simulating Output Parameters, Arguments and Shared References, Avoiding Mutable Argument Changes, Simulating Output Parameters
mutable argument changes, avoiding, Avoiding Mutable Argument Changes
output parameters, simulating, Simulating Output Parameters
shared references, Arguments and Shared References
argument-matching modes, Special Argument-Matching Modes, Why keyword-only arguments?, The Basics, Matching Syntax, The Gritty Details, Keywords, Defaults, Combining keywords and defaults, Arbitrary Arguments Examples, The defunct apply built-in (Python 2.6), Python 3.0 Keyword-Only Arguments
arbitrary arguments examples, Arbitrary Arguments Examples, The defunct apply built-in (Python 2.6)
available modes, The Basics
defaults, Defaults
keyword-only arguments (Python 3.0), Python 3.0 Keyword-Only Arguments
keywords, Keywords
keywords and defaults combined, Combining keywords and defaults
matching syntax, Matching Syntax
ordering rules, The Gritty Details
emulating Python 3.0 print in earlier versions, Emulating the Python 3.0 print Function, Using Keyword-Only Arguments
keyword-only arguments, Using Keyword-Only Arguments
generalized set functions, Generalized Set Functions
keyword arguments, Using Keyword-Only Arguments
min wakeup call, The min Wakeup Call!, Full Credit, Bonus Points
three ways of coding, Full Credit
using max instead of min, Bonus Points
ArithmeticError class, Built-in Exception Classes
as extension for import and from, The as Extension for import and from
ASCII character code, Character Encoding Schemes, Coding ASCII Text
coding ASCII text, Coding ASCII Text
assert statement, Abstract Superclasses, The assert Statement, Example: Trapping Constraints (but Not Errors!)
trapping constraints example, Example: Trapping Constraints (but Not Errors!)
AssertionError exception, The assert Statement
assignment, Common Coding Gotchas, Scope Rules, import and from Are Assignments
import, from, and def, import and from Are Assignments
mutables in, Common Coding Gotchas
within function classes, Scope Rules
assignment statements, Python’s Statements, Assignment Statements, Augmented assignment and shared references, Assignment Statement Forms, Sequence Assignments, Advanced sequence assignment patterns, Extended Sequence Unpacking in Python 3.0, Multiple-Target Assignments, Augmented Assignments
assignment statement forms, Assignment Statement Forms
augmented assignments, Augmented Assignments
sequence assignments, Sequence Assignments, Advanced sequence assignment patterns,