So im currently doing good with Python I think, but still have some issues that are getting to my nervs, for example the difference beetween the __method__
, method
and _method__
or something.
Until know I read severall explanation about their difference but the idea didnt get really clear to me. So what would be their difference? Is there any or for some random reason people tought that __doc__
should be write like that instaed of doc
. What makes a method more speciall than the other?
Thanks