January 2022
Beginner to intermediate
416 pages
10h 21m
English
Please note that index links to approximate location of each term.
Symbols
+ operator example, polymorphism, 193–194
* (asterisk), using with import statement, 61
== (equal to), magic method name, 196
> (greater than), magic method name, 196
>= (greater than or equal to), magic method name, 196
< (less than), magic method name, 196
<= (less than or equal to), magic method name, 196
!= (not equal to), magic method name, 196
A
abc (abstract base class) module, Python Standard Library, 232
AbortTransaction exception, 79, 81
absolute path, using with pygame, 101
abstract base class (abc) module, Python Standard Library, 232
abstract classes and methods, 231–234. See also classes; methods
Account ...