Python Cookbook

[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Y] [Z]

O'Reilly's Meerkat server, accessing via RPC 

object-oriented programming  [See OOP]

objects

    copying 

    testing if an object is string-like 

    unzipping simple list-like objects 

ODBC (Open Database Connectivity) 

onReconfigure 

OOP (object-oriented programming) 

    attributes 

    behavior 

    class objects 

    class statement 

    Classname.method(self, ...) syntax 

    constructors 

    delegation 

    inheritance  [See inheritance]

    instance objects 

    methods 

        defining 

    overriding  [See overriding]

    polymorphism 

    properties 

    self 

    state 

    Template-Method design pattern 

open  2nd 

    binary files, and 

    mode arguments 

    r+b argument 

    w (text) and wb (binary) arguments 

    w+b argument 

Open Database Connectivity (ODBC) 

OpenKey 

Options objects, creating a class for 

options, managing 

OptionsUser class  2nd 

or (logical or) 

Oracle, access via JDBC 

ord 

ORDER BY (SQL) 

os module 

os.fork 

os.listdir 

os.mkdirs 

os.path module 

os.path.join 

os.path.normpath 

os.path.split 

os.path.walk 

    measuring disk usage, cross-platform method 

    swapping file extensions 

os.rename 

OSE package 

    Publish/Subscribe support 

    Request/Reply support 

output streams, capturing from a Unix command 

OutputDebugString 

overloading options 

overriding 

    built-in methods 

    inheritance 

    methods of superclasses 

    slicing 

Категории