bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 19 days agoThe meaning of thislemmy.mlimagemessage-square4linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 19 days agomessage-square4linkfedilink
minus-squareWolfLink@sh.itjust.workslinkfedilinkarrow-up1·19 days agoIn Python, self is not a keyword, it’s a conventional variable name. You can replace all instances of “self” with “this” and your code will work the same.
minus-squarejsomae@lemmy.mllinkfedilinkarrow-up1·18 days agoLua might have been a better choice, since self is special in lua.
In Python, self is not a keyword, it’s a conventional variable name. You can replace all instances of “self” with “this” and your code will work the same.
Lua might have been a better choice, since
self
is special in lua.