import this
If you can put your code next to the Zen of Python and feel good about it you are half way there. Also check the this.py module: a little bit of irony.
The other half is learning about stuff like: regular expressions, list comprehensions, generators, meta-classes, argument unpacking, decorators, list stepping, 'with' statement, conditional assignment, powerful built-ins like enumerate(), map(), zip(), reduce(), any() and pow(), and many others(check Hidden features of Python for more)
Along the way you can read other people's code and modify it.
Finnaly: Learn about finally
and import antigravity