• SolNine@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    10 days ago

    List and Array terminology also bothers me … Why not just call it an array?

    • Pyro@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      8 days ago

      But 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.

      • SolNine@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        4 days ago

        Ahh thank you for that information! In all seriousness, I appreciate you correcting my ignorance.