When I started coding in python, these two things surprised me. 1. my code is inconsistently indented with the combination of tabs and spaces. Even lines looked intended, but it is not.
2. python requires to pass "self" to all instance methods and I missed ":" often. :) -- http://mail.python.org/mailman/listinfo/python-list