Hacker News new | ask | show | jobs
by euccastro 6871 days ago
What is uncomfortable about Python objects? If it's the explicit self in methods, that will only bother you if you come from a language that implicitly pollutes the local method namespace with that of the object.
1 comments

Explicit self drove me bonkers with Python, and still does.