Index


_ | a | b | c | d | e | f | g | h | i | k | l | m | n | o | p | q | r | s | t | u | v | w | x | z

_ (underscore)

__abs__
__add__, [Link], [Link]
__and__, [Link]
__bases__
__builtin__ (built-in module), [Link], [Link]
__builtins__
__call__, [Link]
__class__
__cmp__, [Link]
__coerce__, [Link]
__debug__
__del__
__delattr__
__delitem__
__delslice__
__dict__, [Link], [Link], [Link]
__div__, [Link]
__divmod__, [Link]
__doc__, [Link], [Link]
__file__
__float__
__getattr__
__getitem__, [Link]
__getslice__
__hash__
__hex__
__import__() (built-in function)
__init__, [Link]
__init__.py
__int__
__invert__
__len__
__long__
__lshift__, [Link]
__main__ (built-in module), [Link], [Link]
__members__
__methods__
__mod__, [Link]
__module__
__mul__, [Link], [Link]
__name__, [Link], [Link]
__neg__
__nonzero__
__oct__
__or__, [Link]
__pos__
__pow__, [Link]
__radd__
__repr__
__rmul__
__rshift__, [Link]
__setattr__, [Link]
__setitem__
__setslice__
__str__
__sub__, [Link]
__xor__, [Link]


A

addition
and
bit-wise
and operator
anonmymous
function
append
argument
function
arithmetic
conversion
operation, binary
operation, unary
array (standard module)
ASCII, [Link], [Link], [Link], [Link], [Link]
assert statement
AssertionError exception
assertions
debugging
assignment
attribute, [Link]
class attribute
class instance attribute
slicing
statement, [Link]
subscription
target list
atom
attribute
assignment, [Link]
assignment, class
assignment, class instance
class
class instance
deletion
generic special
reference
special
AttributeError exception


B

back-quotes, [Link]
backslash character
backward
quotes, [Link]
binary
arithmetic operation
bit-wise operation
binding
global name
name, [Link], [Link], [Link], [Link], [Link], [Link]
bit-wise
and
operation, binary
operation, unary
or
xor
blank line
block
code
BNF, [Link]
Boolean
operation
break statement, [Link], [Link], [Link]
bsddb (standard module)
built-in
method
module
name
built-in function
call
built-in function object, [Link]
built-in method
call
built-in method object, [Link]
byte
bytecode


C

C
language, [Link], [Link], [Link], [Link]
call
built-in function
built-in method
class instance
class object, [Link], [Link], [Link]
function, [Link], [Link]
instance, [Link]
method
procedure
user-defined function
callable object, [Link]
chaining
comparisons
character, [Link]
character set
chr() (built-in function), [Link]
class
attribute
attribute assignment
constructor
definition, [Link]
instance
name
class instance
attribute
attribute assignment
call
class instance object, [Link], [Link], [Link]
class object, [Link], [Link], [Link]
call, [Link], [Link], [Link]
clause
clear
cmp() (built-in function)
co_argcount
co_code
co_consts
co_filename
co_firstlineno
co_flags
co_lnotab
co_name
co_names
co_nlocals
co_stacksize
co_varnames
code
block
code block, [Link], [Link], [Link]
code object
comma
trailing, [Link]
command line
comment
comparison
string
comparisons
chaining
compile() (built-in function)
complex
number
complex literal
complex object
compound
statement
constant
constructor
class
container, [Link]
continue statement, [Link], [Link], [Link]
conversion
arithmetic
string, [Link], [Link]
copy
count


D

dangling
else
data
type
type, immutable
datum
dbm (standard module)
debugging
assertions
decimal literal
DEDENT token, [Link]
default
parameter value
definition
class, [Link]
function, [Link]
del statement, [Link], [Link]
delete
deletion
attribute
target
target list
delimiters
destructor, [Link]
dictionary
display
dictionary object, [Link], [Link], [Link], [Link], [Link]
display
dictionary
list
tuple
division


E

EBCDIC
elif
keyword
Ellipsis
Ellipsis object
else
dangling
keyword, [Link], [Link], [Link], [Link]
empty
list
tuple, [Link]
error handling
errors
escape sequence
eval() (built-in function), [Link], [Link]
exc_info
exc_traceback, [Link]
exc_type
exc_value
except
keyword
exception, [Link]
AssertionError
AttributeError
handler
ImportError, [Link]
NameError
raising
RuntimeError
SyntaxError
TypeError
ValueError
ZeroDivisionError
exception handler
exclusive
or
exec statement, [Link], [Link]
execfile() (built-in function)
execution
frame, [Link], [Link]
restricted
stack
execution model
expression
lambda
list, [Link], [Link]
statement
extended
slicing
extension
filename
module


F

f_back
f_builtins
f_code
f_exc_traceback
f_exc_type
f_exc_value
f_globals
f_lasti
f_lineno
f_locals
f_restricted
f_trace
file object, [Link]
filename
extension
finally
keyword, [Link], [Link], [Link]
floating point
number
floating point literal
floating point object
for statement, [Link], [Link]
form
lambda, [Link]
frame
execution, [Link], [Link]
frame object
from
keyword, [Link]
from ... import *
from statement
func_code
func_defaults
func_doc
func_globals
function
anonmymous
argument
call, [Link], [Link]
call, user-defined
definition, [Link]
name
user-defined
function object, [Link], [Link], [Link], [Link]


G

garbage collection
gdbm (standard module)
generic
special attribute
get
global
name
name binding
namespace, [Link]
global statement, [Link], [Link], [Link], [Link], [Link], [Link]
globals() (built-in function)
grammar
grouping


H

handle an exception
handler
exception
has_key
hash() (built-in function)
hash character
hexadecimal literal
hierarchical
module names
hierarchy
type


I

identifier, [Link]
identity
test
identity of an object
if statement
im_func
im_self
imaginary literal
immutable
data type
objects, [Link]
immutable object, [Link]
immutable sequence object
import statement, [Link]
ImportError exception, [Link]
importing
module
in
keyword
in operator
inclusive
or
INDENT token
indentation
index
index operation
inheritance
initialization
module
input
raw
input() (built-in function)
insert
instance
call, [Link]
class
instance object, [Link], [Link], [Link]
integer
representation
integer literal
integer object
interactive mode
internal type
interpreter
inversion
invocation
is not operator
is operator
item
sequence
string
item selection
items


K

key
key/datum pair
keys
keyword
elif
else, [Link], [Link], [Link], [Link]
except
finally, [Link], [Link], [Link]
from, [Link]
in


L

lambda
expression
form, [Link]
language
C, [Link], [Link], [Link], [Link]
Pascal
last_traceback
leading whitespace
len() (built-in function), [Link]
lexical analysis
lexical definitions
line continuation
line joining, [Link]
line structure
list
assignment, target
deletion target
display
empty
expression, [Link], [Link]
target, [Link]
list object, [Link], [Link], [Link], [Link], [Link]
literal, [Link]
local
namespace
locals() (built-in function)
logical line
long integer literal
long integer object
loop
over mutable sequence
statement, [Link], [Link], [Link]
loop control
target


M

makefile() (built-in function)
mangling
name
mapping object, [Link], [Link], [Link]
membership
test
method
built-in
call
user-defined
method object, [Link], [Link]
minus
module
built-in
extension
importing
initialization
name
names, hierarchical
namespace
search path
user-defined
module object, [Link]
modules
modulo
multiplication
mutable object, [Link], [Link], [Link], [Link]
mutable sequece object
mutable sequence
loop over


N

name, [Link]
binding, [Link], [Link], [Link], [Link], [Link], [Link]
binding, global
built-in
class
function
global
mangling
module
rebinding, [Link]
unbinding, [Link]
NameError
NameError exception
names
hierarchical module
private
namespace, [Link]
global, [Link]
local
module
negation
newline
suppression
NEWLINE token, [Link]
None, [Link]
None object
not in operator
not operator
notation
null
operation
number
complex
floating point
number object, [Link]
numeric literal
numeric object


O

object
built-in function, [Link]
built-in method, [Link]
callable, [Link]
class, [Link], [Link], [Link]
class instance, [Link], [Link], [Link]
code
complex
dictionary, [Link], [Link], [Link], [Link], [Link]
Ellipsis
file, [Link]
floating point
frame
function, [Link], [Link], [Link], [Link]
immutable
immutable sequence
instance, [Link], [Link], [Link]
integer
list, [Link], [Link], [Link], [Link], [Link]
long integer
mapping, [Link], [Link], [Link]
method, [Link], [Link]
module, [Link]
mutable, [Link], [Link], [Link]
mutable sequece
None
number, [Link]
numeric
plain integer
recursive
seqence
sequence, [Link], [Link], [Link], [Link], [Link]
string, [Link], [Link]
traceback, [Link], [Link]
tuple, [Link], [Link], [Link]
user-defined function, [Link], [Link]
user-defined method
objects
immutable, [Link]
octal literal
open() (built-in function)
operation
binary arithmetic
binary bit-wise
Boolean
null
shifting
unary arithmetic
unary bit-wise
operator
and
in
is
is not
not
not in
or
operators
or
bit-wise
exclusive
inclusive
or operator
ord() (built-in function), [Link]
output, [Link]
standard, [Link]
OverflowError


P

packages
parameter
value, default
parenthesized form
parser
Pascal
language
pass statement
path
module search
physical line, [Link], [Link]
plain integer literal
plain integer object
plus
pop
popen() (built-in function)
primary
print statement, [Link]
private
names
procedure
call
program


Q

quotes
backward, [Link]
reverse, [Link]


R

raise an exception
raise statement
raising
exception
range() (built-in function)
raw input
raw string
raw_input() (built-in function)
readline()
rebinding
name, [Link]
recursive object
reference
attribute
reference counting
remove
repr() (built-in function), [Link], [Link]
representation
integer
reserved word
restricted
execution
return statement, [Link]
reverse
quotes, [Link]
RuntimeError exception


S

search
path, module
seqence object
sequence
item
sequence object, [Link], [Link], [Link], [Link], [Link]
shifting
operation
simple
statement
singleton
tuple
slice
slicing, [Link], [Link]
assignment
extended
sort
space
special
attribute
attribute, generic
stack
execution
trace
standard
output, [Link]
Standard C
standard input
statement
assert
assignment, [Link]
break, [Link], [Link], [Link]
compound
continue, [Link], [Link], [Link]
del, [Link], [Link]
exec, [Link], [Link]
expression
for, [Link], [Link]
from
global, [Link], [Link], [Link], [Link], [Link], [Link]
if
import, [Link]
loop, [Link], [Link], [Link]
pass
print, [Link]
raise
return, [Link]
simple
try, [Link]
while, [Link], [Link]
statement grouping
stderr
stdin
stdio
stdout, [Link]
str() (built-in function), [Link]
string
comparison
conversion, [Link], [Link]
item
string literal
string object, [Link], [Link]
subscription, [Link], [Link], [Link]
assignment
subtraction
suite
suppression
newline
syntax, [Link]
SyntaxError exception
sys (built-in module), [Link], [Link], [Link]
sys.exc_info
sys.exc_traceback
sys.last_traceback
sys.modules
sys.stderr
sys.stdin
sys.stdout
SystemExit


T

tab
target
deletion
list, [Link]
list assignment
list, deletion
loop control
tb_frame
tb_lasti
tb_lineno
tb_next
test
identity
membership
token
trace
stack
traceback object, [Link], [Link]
trailing
comma, [Link]
triple-quoted string
try statement, [Link]
tuple
display
empty, [Link]
singleton
tuple object, [Link], [Link], [Link]
type
data
hierarchy
immutable data
type of an object
TypeError exception
types, internal


U

unary
arithmetic operation
bit-wise operation
unbinding
name, [Link]
UNIX
unreachable object
unrecognized escape sequence
update
user-defined
function
function call
method
module
user-defined function object, [Link], [Link]
user-defined method object


V

value
default parameter
value of an object
ValueError exception
values
writing, [Link]


W

while statement, [Link], [Link]
whitespace
writing
values, [Link]


X

xor
bit-wise


Z

ZeroDivisionError exception