Python Lists & Tuples for Beginners - Python Tutorial
Offered By: Dave Gray via YouTube
Course Description
Overview
Dive into a comprehensive 32-minute tutorial on Python lists and tuples for beginners. Explore the versatility of lists in holding multiple values under a single variable name and understand the immutable nature of tuples. Learn essential operations such as checking for values, retrieving by index, appending items, inserting at specific positions, and sorting. Discover the differences between lists and tuples, how to unpack tuples, and utilize dot notation for finding methods. Gain practical knowledge through examples and explanations, equipping yourself with fundamental skills for working with these crucial Python data structures.
Syllabus
Intro
Welcome
Lesson 5 Correction
Quick Setup
What are lists?
Check for a value in a list
Retrieve a list value by index
Retrieve a range of list values
Get the length of a list
Appending items to a list
Inserting values at a specific list index
Replacing list values
Removing, deleting, clearing
Sorting lists
Copying lists
List constructor and data type
Tuples vs Lists
If you need to change a tuple
Unpacking tuples
Using dot notation to find methods
Taught by
Dave Gray
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity