Encapsulation unpythonic?

David bouncingcats at gmail.com
Sat Aug 17 09:05:52 EDT 2013


On 17 August 2013 22:26,  <fsaldan1 at gmail.com> wrote:
>
> 1) Is there a good text where I can read about the language philosophy? What practices are "pythonic" or "unpythonic"?
>
> 2) If it is in fact true that encapsulation is rarely used, how do I deal with the fact that other programmers can easily alter the values of members of my classes?

Try this:
http://dirtsimple.org/2004/12/python-is-not-java.html



More information about the Python-list mailing list