Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #108784

Resources/pointers for writing maintable, testable Python

From Jacob Scott <jacob.scott@gmail.com>
Newsgroups comp.lang.python
Subject Resources/pointers for writing maintable, testable Python
Date 2016-05-18 14:01 -0700
Message-ID <mailman.18.1463605694.27390.python-list@python.org> (permalink)
References <CA+yM-qbQSUKy8f3K1OF0-ON0mU7UugPLVnSkxXENkFes2SYQkA@mail.gmail.com>

Show all headers | View raw


Many years ago, when I was primarily writing Java, I found Misko
Hevery's Guide:
Writing Testable Code
<http://misko.hevery.com/attachments/Guide-Writing%20Testable%20Code.pdf> to
be incredibly helpful in guiding the design and structure of my codebase,
and as reference for checking if my code was smelly.

Today, I'm happily writing primarily Python (unfortunately, 2.7 -- but I'm
not sure it makes that much of a difference), but I haven't found anything
that speaks to me in the same way. Some of the best resources I've found,
but which don't quite cover all of what I'm looking for, include

   - PEP-8 and PEP-20
   - The Hitchhiker's Guide to Python
   <http://docs.python-guide.org/en/latest/>
   - Effective Python <http://www.effectivepython.com/>

I'd appreciate any pointers to resources I might have missed, general
thoughts on the topic, etc.

Thanks,

Jacob

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Resources/pointers for writing maintable, testable Python Jacob Scott <jacob.scott@gmail.com> - 2016-05-18 14:01 -0700
  Re: Resources/pointers for writing maintable, testable Python DFS <nospam@dfs.com> - 2016-05-18 19:32 -0400

csiph-web