• SolNine
    link
    fedilink
    37 days ago

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

    • @Pyro@programming.dev
      link
      fedilink
      15 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
        link
        fedilink
        115 hours ago

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