Hans, would like us to "Let me know if you have any suggestions for anti-pitfalls" by which he means "parts of the Python language that are especially clever, elegant and intuitive".
It seems to be that the most obvious is the use of indention instead of braces for control structures. I would definately put this as the no. 1 great feature of python for the symplicity, readability and lack of confusion that this gives to code.

Comments