bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 4 days agoThe meaning of thisimagemessage-square71fedilinkarrow-up1535arrow-down116
arrow-up1519arrow-down1imageThe meaning of thisbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 4 days agomessage-square71fedilink
minus-squareSolNine@lemmy.mllinkfedilinkarrow-up3·3 days agoList and Array terminology also bothers me … Why not just call it an array?
minus-squarePyro@programming.devlinkfedilinkarrow-up1·19 hours agoBut python lists are not like the base arrays in other languages. They function more like List<> or vector (C++ had to be special) and are named appropriately.
List and Array terminology also bothers me … Why not just call it an array?
But python lists are not like the base arrays in other languages. They function more like
List<>
orvector
(C++ had to be special) and are named appropriately.