Tags
Language
Tags
November 2025
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Records and Sets: Selecting the Ideal Data Structure

    Posted By: lucky_aut
    Records and Sets: Selecting the Ideal Data Structure

    Records and Sets: Selecting the Ideal Data Structure
    Duration: 34m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 103 MB
    Genre: eLearning | Language: English

    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
    This course is the second part of an ongoing series, exploring how to find the right Data Structure for your projects. The first course is Dictionaries and Arrays: Selecting the Ideal Data Structure and the third part is Stacks and Queues: Selecting the Ideal Data Structure.

    More Info