[Numpy-discussion] Avoiding messy code in Python

Daπid davidmenhur at gmail.com
Wed Jun 12 18:04:32 EDT 2013


On 12 June 2013 18:27, Chris Barker - NOAA Federal
<chris.barker at noaa.gov> wrote:
>> without documentation and testing.
>
> This one is easy: add documentation and testing!

This lecture may help you. It uses unittest, though, but the idea is
applicable to whatever system you use:

https://python.g-node.org/python-summerschool-2012/software_carpentry

And for a brief introduction to best practices, you could see this:
https://python.g-node.org/python-summerschool-2012/best_practices


David.



More information about the NumPy-Discussion mailing list