Index

Symbols & Numbers

! debugger command, pdb module, 187

!= not equal to operator, 66

‘ single quotes, 11, 27

‘’’ triple quotes, 11, 27

“ double quotes, 11, 27

“”” triple quotes, 11, 27

# comment, 6, 26

#! in Unix shell scripts, 6, 176

rewriting on package installation, 153

% modulo operator, 65

% string formatting operator, 8, 70, 162

%= operator, 75

& bitwise-and operator, 65

& set intersection operator, 15, 75

&= operator, 75

() function call operator, 76

() tuple, 14, 29

* keyword only arguments, Python 3, 625

* multiplication operator, 65

* passing sequences as function arguments, 94

* sequence replication operator, 67

* variable arguments in function definition, 94

* wildcard

from module import, 24, 145

iterable unpacking in Python ...

Get Python: Essential Reference 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.