Writing programs that actually do what they are supposed to do is just one component of being a good python programmer. It's also important to write clean code that is easily understood, even weeks after you have written it. One way of doing this is to follow the zen of python, a some what tounge in check set of principles that serves as a guide to programming the Pythoneer way. Use the following code to access the zen of python.
Import this
write the above line of code in interactive session or run it in script mode. It will output the set of principles Python follows.