(something like) What is your debugging process?/What are some tools you use? [job was Python specific]
Utilisateur anonyme
(something like) Using error messages extensively, looking up source code and documentation for packages I'm using and checking for known issues. Using pdb the python debugger. Trying to chunk code to help localize errors.