@[email protected] to Programmer [email protected]English • 12 days agoThe meaning of thislemmy.worldimagemessage-square71fedilinkarrow-up1475cross-posted to: [email protected]
arrow-up1475imageThe meaning of thislemmy.world@[email protected] to Programmer [email protected]English • 12 days agomessage-square71fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink1•9 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•5 days agoAhh thank you for that information! In all seriousness, I appreciate you correcting my ignorance.
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.