Python Idioms and Efficiency Suggestions
2009年04月26日(日) 17:19
About : http://jaynes.colorado.edu/PythonIdioms.html
What idioms should I use to make my code easier to read?
Read "The Python Cookbook", especially the first few chapters. It's a great source of well-written Python code examples.
