In Python you get `TypeError: 'something' object is not callable` if you try to use parentheses where you should perhaps use square brackets, such as: ```python R.something('SR123ab') ``` It would be great to add this as an example to the troubleshooting guide or common Python problems guides or similar.