• Unit 6: Basic Data Structures II – Tuples, Sets and Dictionaries

    Python's power lies not only in the vast set of modules and libraries available (such as matplotlib, random, math, numpy, etc.), but also in the data structures that are fundamental to the language. This unit introduces three more ways of structuring data that must be mastered: tuples, sets, and dictionaries. We will also revisit the concepts of mutability and immutability, as we saw for lists and strings.

    Completing this unit should take you approximately 3 hours.

    • 6.1: Immutable Collections

    • 6.2: Mutable Collections

    • 6.3: A Comprehensive Review of Data Structures

    • Study Session Video Review

    • Unit 6 Review and Assessment

      • Receive a grade