Python: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
it sucks |
it sucks |
||
==Development Advice== |
|||
Some things to consider in Python development: |
|||
* [http://www.python.org/dev/peps/pep-0008/ PEP 8] is the Python style guide. On many issues the style guide suggests but does not require a particular style. Generally you should stick to the style guide, unless there is good reason not to. For instance, if you are interacting with a library (internal or external) that uses a different convention, don't try to translate the convention. |
|||
* [[Python Unicode]] |
|||
* [[Python Style Guide]] |
|||
[[Category:Hacking]] |
|||
[[Category:Hacking]] |
|||
[[Category:Hacking]] |
|||
[[Category:Hacking]] |