On Fri, 24 Jul 2015, Jonathan Vanasco wrote:

In terms of linters, `flake8` (https://pypi.python.org/pypi/flake8) catches
most mistakes I've made with SqlAlchemy.

It's also useful to start writing Unit Tests that will interact with your
SqlAlchemy models in predicted ways -- in addition to continually checking
core functionality.

Jonathan,

  Sound advice and I'll take both. Haven't used lint since I left C for
Python, and understand the value of unit testing while I know nothing about
the details of implementing them. Will learn (and apply) flake8 and learn
about unit testing before proceeding further.

Much appreciated,

Rich

Reply via email to