[SAGA-RG] SAGA Python language binding naming.

Fisher, SM (Steve) S.M.Fisher at rl.ac.uk
Thu Aug 14 13:20:05 CDT 2008


Hi,
 
Sorry to be late commenting. A python module is a file and the package
structure corresponds to a directory tree - so clearly we need multiple
modules arranged in packages.

I would also suggest that enum like variables be entirely in capitals

I don't find that: bytes_read = f.read (buffer, len) is very pythonesqe.
Surely it should be buffer = f.read() and len(buffer) will tell you what
you have got.

Is this a complete Python implementation or is it a wrapper around C++?

Steve


More information about the saga-rg mailing list