bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 hours agoThe meaning of thislemmy.mlimagemessage-square50fedilinkarrow-up1398arrow-down111
arrow-up1387arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 hours agomessage-square50fedilink
minus-squareWolfLink@sh.itjust.workslinkfedilinkarrow-up24·5 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-up5·5 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.