Hello! Out of curiosity, is there a switch or script that can check for trivial mistakes (like calling readLines instead of readlines)? I understand the flexibility in function calling is due to the dynamic-ness (is that a word?) of Python. It's nice, but it can also be a pain to find where one has mispelled something. Is there a stricter checker on Python?