Is this pythonic?

pruebauno at latinmail.com pruebauno at latinmail.com
Thu Dec 18 11:45:21 EST 2008


On Dec 18, 11:08 am, ipyt... at gmail.com wrote:
> x.validate_output(x.find_text(x.match_filename
> (x.determine_filename_pattern(datetime.datetime.now()))))
>
> Is it even good programming form?

Lisp and Scheme programmers love that style. You can tell by the
number of parentheses :-). In Python people usually use an
intermediate variable to break things up a bit but the amount of
acceptable nesting is a matter of personal style.



More information about the Python-list mailing list