Namespaces are one honking great idea

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Sun Jul 3 19:21:16 EDT 2016


On Monday, July 4, 2016 at 10:02:59 AM UTC+12, Kevin Conway wrote:
> If the problem with using classes to satisfy the namespace need is
> that it's unwieldy to use dot qualified paths then isn't that quite similar
> to saying namespaces are unwieldy?

Python has a simple solution to that:

    a = mod.a
    b = mod.b

etc



More information about the Python-list mailing list