I don't like the OO part of python. In particular the "self" keyword everywhere.

Chris Angelico rosuav at gmail.com
Thu Jun 11 07:36:32 EDT 2015


On Thu, Jun 11, 2015 at 9:27 PM, Skybuck Flying <skybuck2000 at hotmail.com> wrote:
> If I wanted to access a global variable I would use the existing "global"
> thing
>
> global SomeField...
>
> maybe if I wanted to use a local variable for routine:
>
> local SomeField...
>
> seems nicer... then having to use self everywhere...



More information about the Python-list mailing list