Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Error Message Mysteries

Just making a list for myself of what a Python error says and what it actually means. Feel free to add on...

TypeError: list indices must be integers, not str

means you are adding to the wrong list

SyntaxError: invalid syntax

means you likely forgot terminator e.g. ':' or ')'