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


Groups > comp.lang.python > #108796

Re: Resources/pointers for writing maintable, testable Python

From Ben Finney <ben+python@benfinney.id.au>
Newsgroups comp.lang.python
Subject Re: Resources/pointers for writing maintable, testable Python
Date 2016-05-19 10:55 +1000
Message-ID <mailman.24.1463619373.27390.python-list@python.org> (permalink)
References <CA+yM-qbQSUKy8f3K1OF0-ON0mU7UugPLVnSkxXENkFes2SYQkA@mail.gmail.com> <85posic1cy.fsf@benfinney.id.au>

Show all headers | View raw


Jacob Scott <jacob.scott@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

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


Thread

Re: Resources/pointers for writing maintable, testable Python Ben Finney <ben+python@benfinney.id.au> - 2016-05-19 10:55 +1000
  Re: Resources/pointers for writing maintable, testable Python Rustom Mody <rustompmody@gmail.com> - 2016-05-18 20:31 -0700
    Re: Resources/pointers for writing maintable, testable Python Chris Angelico <rosuav@gmail.com> - 2016-05-19 13:47 +1000
      Re: Resources/pointers for writing maintable, testable Python DFS <nospam@dfs.com> - 2016-05-19 08:56 -0400
    Re: Resources/pointers for writing maintable, testable Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-05-19 13:56 +1000
      Re: Resources/pointers for writing maintable, testable Python Rustom Mody <rustompmody@gmail.com> - 2016-05-18 21:03 -0700

csiph-web