bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 12 hours agoThe meaning of thislemmy.mlimagemessage-square51fedilinkarrow-up1407arrow-down111
arrow-up1396arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 12 hours agomessage-square51fedilink
minus-squareWolfLink@sh.itjust.workslinkfedilinkarrow-up27·7 hours 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-squareSkyNTP@lemmy.mllinkfedilinkarrow-up6·7 hours agoPython is just distancing itself from JS.
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.
Python is just distancing itself from JS.