Tagged Questions
15
votes
3answers
1k views
Why aren't there explicit access modifiers in Python:
If 'explicit is better than implicit', why aren't there explicit access modifiers in Python: Public, Protected, Private, etc.?
I know that the idea is that the programmer should know what to do ...