15.04.2013 Views

Core Python Programming (2nd Edition)

Core Python Programming (2nd Edition)

Core Python Programming (2nd Edition)

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Python</strong> Operator Summary<br />

Table B.14 represents the complete set of <strong>Python</strong> operators and to which standard types they apply. The<br />

operators are sorted from highest-to-lowest precedence, with those sharing the same shaded group<br />

having the same priority.<br />

Table B.14. <strong>Python</strong> Operators ( - unary)<br />

Operator [a] [b] long float complex str list tuple dict set, frozenset<br />

int<br />

[c]<br />

[]<br />

[:]<br />

** • • • •<br />

+<br />

-<br />

~<br />

• • • •<br />

• • • •<br />

• •<br />

• • •<br />

• • •<br />

* • • • • • • •<br />

/ • • • •<br />

// • • • •<br />

% • • • • •<br />

+ • • • • • • •<br />

- • • • • •<br />

> • •<br />

& • • •<br />

^ • • •<br />

| • • •<br />

< • • • • • • • • •<br />

> • • • • • • • • •

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!