Study the standard libraries source code for good examples of Python coding.
Using Pythonic Idioms and Style:
Definition of "Pythonic" here
Presentations:
How to Write Pythonic" code by Christopher Arndt
Presentation on "Code Like a Pythonista: Idiomatic Python" by David Goodger
Presentation on "Code Like a Pythonista: Idiomatic Python" (Crunchy Remix) by Jeff Hinrich
Reference:
Bruce Eckel's community contributed book: Python 3 - Patterns & Idioms
Python's Standard Library Reference manual
Python by Example
Common programming tasks in Python
See Also:
My blog on Learning Python
Using Pythonic Idioms and Style:
Definition of "Pythonic" here
Presentations:
How to Write Pythonic" code by Christopher Arndt
Presentation on "Code Like a Pythonista: Idiomatic Python" by David Goodger
Presentation on "Code Like a Pythonista: Idiomatic Python" (Crunchy Remix) by Jeff Hinrich
Reference:
Bruce Eckel's community contributed book: Python 3 - Patterns & Idioms
Python's Standard Library Reference manual
Python by Example
Common programming tasks in Python
See Also:
My blog on Learning Python
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.