Python-by-example - new online guide to Python Standard Library

tatu.kairi at gmail.com tatu.kairi at gmail.com
Wed Apr 2 08:58:17 EDT 2008


On Apr 2, 2:43 pm, GHUM <haraldarminma... at gmail.com> wrote:
> Tobu,
>
> I like this idea. Deducting from an example is really another way to
> wisdom.
>
> What struck me as most diffuclt to understand:
>
> abs(-5.5) - 5.5
>
> -> you are using "-" as symbol for "will give the result", which is
> really, really hard to parse. Take something else, please. Unicode has
> THAT many cool symbols. Or just -> or -=> or whatever.
>
> Thanks for sharing that work!
>
> Harald


Or just use comments to indicate text that tells what the code does.

I too agree you need to change the '-'.



More information about the Python-list mailing list