Completed
Retrieve a list value by index
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Lists & Tuples for Beginners - Python Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Lesson 5 Correction
- 4 Quick Setup
- 5 What are lists?
- 6 Check for a value in a list
- 7 Retrieve a list value by index
- 8 Retrieve a range of list values
- 9 Get the length of a list
- 10 Appending items to a list
- 11 Inserting values at a specific list index
- 12 Replacing list values
- 13 Removing, deleting, clearing
- 14 Sorting lists
- 15 Copying lists
- 16 List constructor and data type
- 17 Tuples vs Lists
- 18 If you need to change a tuple
- 19 Unpacking tuples
- 20 Using dot notation to find methods