@[email protected] to Programmer [email protected]English • 9 days agoThe meaning of thislemmy.mlimagemessage-square67fedilinkarrow-up1519arrow-down114
arrow-up1505arrow-down1imageThe meaning of thislemmy.ml@[email protected] to Programmer [email protected]English • 9 days agomessage-square67fedilink
minus-squareSolNinelinkfedilink3•8 days agoList and Array terminology also bothers me … Why not just call it an array?
minus-square@[email protected]linkfedilink1•5 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-squareSolNinelinkfedilink1•1 day 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.