Question
This exercise mentions SyntaxError
, are there other common error types I should look out for?
Answer
As you continue programming you’ll see common error names like TypeError, IndentationError, and many others, whose sources will become obvious the more you fix them. For an awesome infographic with lots of common errors, check out this PDF image of common errors and what causes them.
That awesome image was created by Martin at the website noted in the image: pythonforbiologists.com.