Records and Sets: Selecting the Ideal Data Structure

Description

There are a variety of ways for storing and managing data in your program and the choice of the right data structure has an effect on the readability of your code, ease of writing, and performance. Python has a wide selection of built-in mechanisms that meet most of your data structure needs. This course introduces you to two types of data structures: data records and sets.

There are multiple types and classes for both of these data structures and this course discusses them and provides information on how to choose the right one.

In this course you’ll learn about:

  • What are the advantages of using the built-in dict type as a Data Record
  • What flexibility do DataClasses add for Records compared to regular Classes
  • How to store C-type Data with struct.Struct
  • How to define Sets
  • Where to use a Frozenset
  • How to create a counter with a multiset

Download Links

Direct Download

Records and Sets: Selecting the Ideal Data Structure.zip (72.7 MB) | Mirror

Leave a Reply

Your email address will not be published. Required fields are marked *