Python vs. Perl, which is better to learn?

Andrew Dalke dalke at dalkescientific.com
Fri May 3 11:12:16 EDT 2002


Patrick W:
>FYI, recent versions of Python also support the "Uniform Access
>Principle" via "properties" (like Delphi and, now, C#). Not sure which
>version of Python introduced this, but it's a nifty little
>enhancement, IMO.

Or to fogies like me, __getattr__ / __setattr__ / __delattr__ have
been around for a long time and solve that task.

                    Andrew
                    dalke at dalkescintific.com






More information about the Python-list mailing list