Debugging & Error-Handling: How to Find and Fix Errors in a Structured Way
摘要
This chapter is about how to systematically find and fix errors, and how to deal with errors when they cannot be avoided in the first place. In particular, we will look at dealing with exceptions and using the debugging features of PyCharm.