bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 22 days agoThe meaning of thislemmy.mlexternal-linkmessage-square72fedilinkarrow-up1541arrow-down114
arrow-up1527arrow-down1external-linkThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 22 days agomessage-square72fedilink
minus-squareSolNine@lemmy.mllinkfedilinkarrow-up3·21 days agoList and Array terminology also bothers me … Why not just call it an array?
minus-squarePyro@programming.devlinkfedilinkarrow-up1·19 days 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·15 days 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.