Live stream preview

Watch this video and more on Learn Career-Defining Technical Skills

Watch this video and more on Learn Career-Defining Technical Skills

Start your free trial

Already subscribed? Sign in

Python Tuples

Introduction to Python Programming • 4m 14s

Up Next in Introduction to Python Programming

  • Python Dictionaries

    Dictionaries are a more complex data type that allows you to store key, and value sets. You'll learn how to create and manipulate Tuples in this video.

  • Python Sets

    Sets are another fundamental Python data structure. In this video, you'll learn to work with sets where each value in the structure must be unique.

  • Filters

    Filters allow you to select values meeting specific criteria. You'll apply filters in this video.