一个很好的资源:
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
http://jaynes.colorado.edu/PythonIdioms.html
* "Python Objects", Fredrik Lundh, http://www.effbot.org/zone/python-objects.htm
* "How to think like a Pythonista", Mark Hammond, http://python.net/crew/mwh/hacks/objectthink.html
* "Python main() functions", Guido van Rossum, http://www.artima.com/weblogs/viewpost.jsp?thread=4829
* "Python Idioms and Efficiency", http://jaynes.colorado.edu/PythonIdioms.html
* "Python track: python idioms", http://www.cs.caltech.edu/courses/cs11/material/python/misc/python_idioms.html
* "Be Pythonic", Shalabh Chaturvedi, http://shalabh.infogami.com/Be_Pythonic2
* "Python Is Not Java", Phillip J. Eby, http://dirtsimple.org/2004/12/python-is-not-java.html
* "What is Pythonic?", Martijn Faassen, http://faassen.n--tree.net/blog/view/weblog/2005/08/06/0
* "Sorting Mini-HOWTO", Andrew Dalke, http://wiki.python.org/moin/HowTo/Sorting
* "Python Idioms", http://www.gungfu.de/facts/wiki/Main/PythonIdioms
* "Python FAQs", http://www.python.org/doc/faq/
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
http://jaynes.colorado.edu/PythonIdioms.html
* "Python Objects", Fredrik Lundh, http://www.effbot.org/zone/python-objects.htm
* "How to think like a Pythonista", Mark Hammond, http://python.net/crew/mwh/hacks/objectthink.html
* "Python main() functions", Guido van Rossum, http://www.artima.com/weblogs/viewpost.jsp?thread=4829
* "Python Idioms and Efficiency", http://jaynes.colorado.edu/PythonIdioms.html
* "Python track: python idioms", http://www.cs.caltech.edu/courses/cs11/material/python/misc/python_idioms.html
* "Be Pythonic", Shalabh Chaturvedi, http://shalabh.infogami.com/Be_Pythonic2
* "Python Is Not Java", Phillip J. Eby, http://dirtsimple.org/2004/12/python-is-not-java.html
* "What is Pythonic?", Martijn Faassen, http://faassen.n--tree.net/blog/view/weblog/2005/08/06/0
* "Sorting Mini-HOWTO", Andrew Dalke, http://wiki.python.org/moin/HowTo/Sorting
* "Python Idioms", http://www.gungfu.de/facts/wiki/Main/PythonIdioms
* "Python FAQs", http://www.python.org/doc/faq/