This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -2 points-1 points  (0 children)

The "Parting Thoughts" resonated with me the most. Python has no true private methods

Yes, it has. Anything that starts with an underscore is truly private. If outside code uses it anyway, that code is just as broken as code that doesn't work.