After last night’s coding session, where I refactored the TCA simulation into something reasonable, now going through the process of documenting the code, as did not exactly do a top-drawer job last night …. whoops. This page is excellent though on coding standards for Python: http://jaynes.colorado.edu/PythonGuidelines.html.
And then: onto Unit testing!!! In a bid to try and produce some code that is reliable going forwards. (Yes, doing this back to front I know, but noob at work here !)