On 2010-05-13 00:07, Joel Koltner wrote:

Hey, a lot of people would argue that Python's lack of strong typing and
data/member protection (from one class to another) encourages sloppy
programming too.  :-)

You're being ironic, aren't you?

Python does have strong typing (many people confuse that with static typing), see http://www.artima.com/weblogs/viewpost.jsp?thread=7590

And for data member protection, there is the 'consenting adult' rule. Touch instance variables which start with an underscore on your own risk.

Greetings,

--
"Open-source projects are run by people who are self-selected to actually
care about the software, as opposed to resentful wage slaves for
whom control over their work product is minimal and development is
just another stretch of cubicle time." - ESR, http://esr.ibiblio.org
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to