Real Python
  • Start Here
  • Learn Python
    Python Tutorials →
    In-depth articles and video courses
    Learning Paths →
    Guided study plans for accelerated learning
    Quizzes & Exercises →
    Check your learning progress
    Browse Topics →
    Focus on a specific area or skill level
    Community Chat →
    Learn with other Pythonistas
    Office Hours →
    Live Q&A calls with Python experts
    Podcast →
    Hear what’s new in the world of Python
    Books →
    Round out your knowledge and learn offline
    Reference →
    Concise definitions for common Python terms
    Code Mentor →Beta
    Personalized code assistance & learning tools
    Unlock All Content →
  • More
    Learner Stories Python Newsletter Python Job Board Meet the Team Become a Tutorial Writer Become a Video Instructor
  • Search
/
  • Join
  • Sign‑In

Python Basics: Lists and Tuples (Quiz)

Martin Breuss
Python Basics: Lists and Tuples Martin Breuss
Course Slides (.pdf) Sample Code (.zip) Ask a Question
  • Contents
  • Discussion

Become a Member to take the quiz.

Become a Member to join the conversation.

Course Contents

Overview
83%
  • Python Tuples
  • Python Basics: Lists and Tuples (Overview) 01:55
  • Think of Tuples as Rows 04:28
  • Create Tuples 05:29
  • Index Tuples and Strings 05:48
  • Slice Tuples and Strings 01:56
  • Explore Immutability in Tuples and Strings 01:14
  • Know That Tuples and Strings Are Iterable 01:12
  • Unpack Tuples 05:33
  • Inspect Database Return Types 03:18
  • Check for the Existence of Elements 01:30
  • Return Multiple Values From a Function 05:20
  • Review Python Tuples (Exercises) 01:18
  • Python Lists
  • Think of Lists as Lists 02:32
  • Create Lists 06:33
  • Work With Lists 04:42
  • Change Elements in a List 05:03
  • Add and Remove List Elements 04:42
  • Practice Adding and Removing Elements 06:15
  • Work With Lists of Numbers 03:24
  • Create List Comprehensions 04:56
  • Review Python Lists So Far (Exercises) 01:41
  • Nest Your Lists 03:30
  • Create a Second Reference to a List Object 03:23
  • Create a Shallow Copy of a List 04:46
  • Create a Deep Copy of a List 04:11
  • Sort Your Lists 03:35
  • Pass a Built-in Function for Sorting 01:45
  • Use a Custom Function for Sorting 03:33
  • Review Python Lists (Exercises) 00:57
  • Reviewing What You've Learned
  • Python Basics: Lists and Tuples (Quiz)
  • Python Basics: Lists and Tuples (Summary) 03:12

© 2012–2025 Real Python ⋅ Privacy Policy