bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 months agoThe meaning of thislemmy.mlimagemessage-square70linkfedilinkarrow-up1450arrow-down113
arrow-up1437arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square70linkfedilink
minus-squareSolNine@lemmy.mllinkfedilinkarrow-up2·2 months agoList and Array terminology also bothers me … Why not just call it an array?
minus-squarePyro@programming.devlinkfedilinkarrow-up1·2 months 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.
minus-squareSolNine@lemmy.mllinkfedilinkarrow-up1·2 months agoAhh thank you for that information! In all seriousness, I appreciate you correcting my ignorance.
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.Ahh thank you for that information! In all seriousness, I appreciate you correcting my ignorance.