CitizenNet interview question

(something like) What is your debugging process?/What are some tools you use? [job was Python specific]

Interview Answer

Anonymous

5 Feb 2020

(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.