Possible Duplicate:
Common pitfalls in Python
Hello all,
inspired by this question Fastest way to learn Python? I've read the Dive into Python 3 webpage. I learned the basics, wrote a few simple programs and started to like the language. However i also started running into bugs, i did things wrong and my programs did not work as i wanted (google and SO helped me a lot to resolve these).
Now i would like to learn how to write good Python code. But wait, thats not my question! I realize that "good Python code" is something highly subjective and even worse, one cannot "learn" this knowing just the basics and having practicaly no real experience with the language. So instead i want to know, what should i NEVER do. So, what are the pitfals of Python? ( pytfals? :) ).
They say C lets you shoot yourself in the foot (and oh boy is that true!). Will Python bite me, if i let him?