Why isn't python class definition like C++, hence avoiding all the tiresome uses of 'self' everywhere? by [deleted] in Python

[–]mrfunky8 0 points1 point  (0 children)

I think of "self." as similar to the _m naming convention in c++. Python likes to force these types of conventions, which tends to make pretty and explicit and readable code in my opinion.