First page Back Continue Last page Summary Graphics
Types of Warnings
No global found (e.g., using a module without importing it)
Using the wrong number of parameters
Using format strings that don't match arguments
Using class methods and attributes that don't exist
Using a variable before setting it
Unused variables, parameters, modules, etc.
'self'not the first parameter of a method
Notes: