Will python never intend to support private, protected and public?

Chris Gonnerman chris.gonnerman at newcenturycomputers.net
Wed Sep 28 09:14:50 EDT 2005


could ildg wrote:

>If private and protected is supported, python will be perfect.
>
Python IS perfect.  Each new release makes it MORE perfect.  :)

There are two philosophies about programming:

-- Make it hard to do wrong.

-- Make it easy to do right.

What you are promoting is the first philosophy: Tie the programmer's
hands so he can't do wrong.  Python for the most part follows the
second philosophy, making writing good code so easy that the coder
is rarely tempted to commit any evil.

Like I said, Python IS perfect.

-- Chris.






More information about the Python-list mailing list