In python do you generally use PEP 8 -- Style Guide for Python Code as your coding standards/guidelines? Are there any other formalized standards that you prefer?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
I follow the PEP8, it is a great piece of coding style.
To add to bhadra's list of idiomatic guides:
Checkout Anthony Baxter's presentation on Effective Python Programming (from OSON 2005).
An excerpt: