Python Best Practice References

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wijaya Edward

    #1

    Python Best Practice References


    Can anybody suggest any references (links, books, etc)about this?
    I'm thinking of something similar with D.Conway's "Perl Best Practice".

    -- Edward WIJAYA
    SINGAPORE

    ------------ Institute For Infocomm Research - Disclaimer -------------
    This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you.
    --------------------------------------------------------
  • James Stroud

    #2
    Re: Python Best Practice References

    Wijaya Edward wrote:
    Can anybody suggest any references (links, books, etc)about this?
    I'm thinking of something similar with D.Conway's "Perl Best Practice".
    >
    -- Edward WIJAYA
    SINGAPORE
    >
    ------------ Institute For Infocomm Research - Disclaimer -------------
    This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you.
    --------------------------------------------------------
    By all means, please start here:

    The official home of the Python Programming Language


    James

    Comment

    • Steve Holden

      #3
      Re: Python Best Practice References

      James Stroud wrote:
      Wijaya Edward wrote:
      >
      >>Can anybody suggest any references (links, books, etc)about this?
      >>I'm thinking of something similar with D.Conway's "Perl Best Practice".
      >>
      >>-- Edward WIJAYA
      >>SINGAPORE
      >>
      >>------------ Institute For Infocomm Research - Disclaimer -------------
      >>This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you.
      >>--------------------------------------------------------
      >
      >
      By all means, please start here:
      >
      The official home of the Python Programming Language

      >
      Nowadays I suspect PEP 8, derived from that essay, would be considered
      more authoritative.

      This document gives coding conventions for the Python code comprising the standard library in the main Python distribution. Please see the companion informational PEP describing style guidelines for the C code in the C implementation of Python.


      regards
      Steve
      --
      Steve Holden +44 150 684 7255 +1 800 494 3119
      Holden Web LLC/Ltd http://www.holdenweb.com
      Skype: holdenweb http://holdenweb.blogspot.com
      Recent Ramblings http://del.icio.us/steve.holden

      Comment

      Working...