Index

!= operator

number not equal, 19, 34

overloading, 270

set not equal, 187, 188

string not equal, 23

** exponentiation operator, 17, 34

* operator

list repetition, 28

number multiplication, 16, 34

overloading, 270

in regular expression, 411, 413

string repetition, 24, 25

+= increment operator, 141

+ operator

list concatenation, 28

number addition, 16, 34

overloading, 270

in regular expression, 411, 413

string concatenation, 24, 25

- operator

negation unary operator, 34

overloading, 270

set difference, 187, 188

subtraction binary operator, 16, 34

.. parent folder, 111

. regular expression operator, 411, 413

// quotient operator, 17, 34

/ operator

number division, 16, 34

overloading, 270

= operator

number less than or equal, 19, 34

overloading, 270

SQL less than or equal, 435

subset of, 187, 188

≪≫ SQL not equal operator, 435

operator

number less than, 18, 34

overloading, 270

proper subset of, 187, 188

SQL less than, 435

string less than, 23

== operator

number equal, 19, 34

overloading, 270, 273, 274

set equal, 187, 188

string equal, 23

versus = assignment operator, 22

= SQL equal operator, 435

= assignment statement, 12, 2022, 7579

and mutability, 7778

multiple assignment, 79

simultaneous assignment, 79

swapping, 7879

versus == equal operator, 22

>= operator

number greater than or equal, 19, 34

overloading, 270

SQL greater than or equal, 435

superset of, 187, 188

> operator

number greater than, 18, 34

overloading, 270

proper superset of, 187, 188

SQL greater than, 435 ...

Get Introduction to Computing Using Python: An Application Development Focus 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.