Index

All functions and methods are listed under their class or module, and in most cases also as top-level terms in their own right. For modules that contain classes, look under the class for its methods. Where a method or function name is close enough to a concept, the concept is not usually listed. For example, there is no entry for “splitting strings”, but there are entries for the str.split() method.

Symbols

!= (not equal operator), 23, 241, 242, 259, 379

# comment character, 10

% (modulus/remainder operator), 55, 253

%= (modulus augmented assignment operator), 253

& (bitwise AND operator), 57, 122, 123, 130, 253

&= (bitwise AND augmented assignment operator), 123, 253

() (tuple creation operator, function and method call operator, expression ...

Get Programming in Python 3: A Complete Introduction to the Python Language, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.