On Jul 23, 9:25 am, maurizio <[EMAIL PROTECTED]> wrote: > which is the best way for the calculation of the maximum value in a > column of a file?
oddly enough >>> help(max) Help on built-in function max in module __builtin__: max(...) max(iterable[, key=func]) -> value max(a, b, c, ...[, key=func]) -> value With a single iterable argument, return its largest item. With two or more arguments, return the largest argument. -- http://mail.python.org/mailman/listinfo/python-list