Resources/pointers for writing maintable, testable Python

Ben Finney ben+python at benfinney.id.au
Wed May 18 20:55:57 EDT 2016


Jacob Scott <jacob.scott at gmail.com> writes:

> Today, I'm happily writing primarily Python (unfortunately, 2.7 -- but I'm
> not sure it makes that much of a difference)

Python 2.7 is still viable, but is certainly a dead end. The difference
increases month by month, and the advantage is only going to increase to
Python 3.

Any new code base should not be written in Python 2. Any libraries you
need which don't work yet on Python 3 should be seriously reconsidered.

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

Code Like A Pythonista was written in the Python 2 era
<http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html>
but is still excellent advice today.

-- 
 \         “I have the simplest tastes. I am always satisfied with the |
  `\    best.” —Oscar Wilde, quoted in _Chicago Brothers of the Book_, |
_o__)                                                             1917 |
Ben Finney




More information about the Python-list mailing list