Skip to content

Practical selection of appropriate data structures #27

@ericmjl

Description

@ericmjl

Basically covering where and when to use:

  • lists: sequences of identically-typed objects
  • dictionaries: simple mappings from hashable type to arbitrary objects
  • (named) tuples: more complex mappings
  • objects: when more complexity is needed

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions